-
RE: Uploading a document larger than 2mb using the api
Hi Levi Enns,
are you transfering the file within one DocuWare organization or do you transfer it between different organisations?
If the documents are transferred within one organization you should better use the "Transfer" functionality. With this you do not have to download and upload a file just to move/copy it to a different file cabinet.
Additionally you can look into using our chunk upload for big files described here: Easy Uploading huge Files | DocuWare SDK Documentation
Regards
Tobias Getz
Team Leader Product Management
DocuWare GmbH -
RE: line break as a delimiter in export tool
Hi Thomas Guichard,
I assume this should work if you use the "Predefined Entry" with the value "New Line" in between your index entries.
Regards
Tobias Getz
Team Leader Product Management
DocuWare GmbH
-
RE: DocuWare Export Data - CSV report custom layout
Hi Winston Ong,
your specific requirement is currently not possible. The only possibility would be to repeat the common indexes in every line of the table data.
Regards
Tobias Getz
Team Leader Product Management
DocuWare GmbH -
RE: line break as a delimiter in export tool
Hi Thomas Guichard,
Do you need a line break as field delimiter? Instead of e.g. a comma or a semi-colon?
Maybe you could share a sample file to understand the needed structure.
Regards
Tobias Getz
Team Leader Product Management
DocuWare GmbH -
RE: Stichwortfeld Begrenzung
Hallo Patrick Brglez,
die Dokumentation dazu finden Sie hier.
Und ja, dort steht "In ein Stichwortfeld können unbegrenzt Begriffe mit jeweils maximal 255 Zeichen gespeichert werden."
Viele Grüße
Tobias Getz
Team Leader Product Management
DocuWare GmbH
-
RE: Filter forms in the web client.
Hi César Javier Fois Acosta,
unfortunatly there is currently no way to filter forms in the Web Client.
Regards
Tobias Getz
Team Leader Product Management
DocuWare GmbH -
RE: [R#12053596] Windows Explorer Client Handhabung - Ablage ohne Ablagedialog (Popup) möglich?
Hallo Herr Raphael Richter,
ja, der Ablagedialog lässt sich nicht unterdrücken.
Nur wenn Sie gleichzeitig mehrere Dateien ablegen, dann können Sie zumindest den Dialog nur für das erste Dokument öffnen:
Neben dem Ablage-Button gibt es im Menü dann "Alle ablegen" als Option.
Viele Grüße
Tobias Getz
Team Leader Product Management
DocuWare GmbH -
RE: [R#12053596] Windows Explorer Client Handhabung - Ablage ohne Ablagedialog (Popup) möglich?
Hallo Raphael Richter,
wie aus dem Screenshot ersichtlich, ist im Ablagedialog definiert, dass alle Felder Pflichtfelder sind. Ich würde vorschlagen, dass Sie einen separaten Ablagedialog definieren, der nur das Feld mit dem Dokumentnamen als Pflichtfeld definiert hat.
Der Dialog an sich lässt sich aktuell nicht abschalten.
Viele Grüße
Tobias Getz
Team Leader Product Management
DocuWare GmbH -
RE: Annotation Overlay Access Right
Hi Ameen,
there is currently no rights management for specific annotation layers.
Regards
Tobias Getz
Team Leader Product Management
DocuWare GmbH -
RE: How to retrieve data from a document using Rest API for a specific scenario.
Hi Elton Santos,
the best way to explore our REST API is using the provided Postman collection from Postman collection | DocuWare SDK Documentation
Also you can use the DocuWare Platform itself to explore the the structure and browse the data: [name].docuware.cloud/docuware/platform
And I will try to answer your questions:- You should be able to change the output format by adding a header "Accept" with the value "application/json" to your request. Have a look at the Postman Collection.
- That depends what data this is and how you store it in DocuWare. From what I understand this is the content of one PDF file. Is this correct?
- Now one possibility is to store this data in an index field called "Table" during storage of the document. This way you can easily retrieve the data as index data without downloading the whole file. Intelligent Indexing should help recognizing the data and stroing it in the table.
The respective URL to download the information would be: [name].docuware.cloud/docuware/platform/FileCabinets/[FileCabinetId]/Documents/[DocumentId] - If you do not store the data in a table during storage (or any time afterwards) then you could potentially download the so called "textshot". The textshot contains all text content of the document together with location information on the page of the document.
This makes it more complicated to get the text information as you have to remove all unneeded data from the textshot. Also the textshot is available per section (A section is one file of a document as documents can consist of multiple files in DocuWare). The call would look like this: [name].docuware.cloud/docuware/platform/FileCabinets/[FileCabinetId]/Sections/[Section]/Textshot
- Now one possibility is to store this data in an index field called "Table" during storage of the document. This way you can easily retrieve the data as index data without downloading the whole file. Intelligent Indexing should help recognizing the data and stroing it in the table.
Regards
Tobias Getz
Team Leader Product Management
DocuWare GmbH