DOCXReadWrite and PDF Export
DOCXReadWrite and PDF Export
Hello
Since i only have the evaluation package can DOCXReadWrite export a document as password encrypted PDF?
Thanks in advance.
Since i only have the evaluation package can DOCXReadWrite export a document as password encrypted PDF?
Thanks in advance.
Re: DOCXReadWrite and PDF Export
Hello
Probably. I have to do some tests, I'll let you know tomorrow.
Probably. I have to do some tests, I'll let you know tomorrow.
Lars Arvidsson, Axolot Data
Re: DOCXReadWrite and PDF Export
Hello and thanks for the fast responce.
Also another question. Do the saved pdf comply with the PDF/A standard?
Thanks in advance..
Also another question. Do the saved pdf comply with the PDF/A standard?
Thanks in advance..
Re: DOCXReadWrite and PDF Export
Hello
You can generate PDF/A files. Encryption seems to need some work but it shall be possible.
You can generate PDF/A files. Encryption seems to need some work but it shall be possible.
Lars Arvidsson, Axolot Data
Re: DOCXReadWrite and PDF Export
Hello
I am glad to hear that.
But can you tell us when the save as PDF with password encryption will be available since this is a prerequisite for the use of DOCXReadWrite in our project.
Thanks in advance
I am glad to hear that.
But can you tell us when the save as PDF with password encryption will be available since this is a prerequisite for the use of DOCXReadWrite in our project.
Thanks in advance
Re: DOCXReadWrite and PDF Export
Hello
I hope to have this ready by the beginning of next week.
I hope to have this ready by the beginning of next week.
Lars Arvidsson, Axolot Data
Re: DOCXReadWrite and PDF Export
Thanks
Thanks a lot
Thanks a lot
Re: DOCXReadWrite and PDF Export
Hello
Encryption is working now. I will post the update on Wednesday.
Encryption is working now. I will post the update on Wednesday.
Lars Arvidsson, Axolot Data
Re: DOCXReadWrite and PDF Export
Hello
The update is ready now. Use DOCX.SaveToFilePDF to write encrypted or PDF/A files.
The update is ready now. Use DOCX.SaveToFilePDF to write encrypted or PDF/A files.
Code: Select all
// AFilename = The PDF file
// APDFA = Write PDF/A file
// AOpenPassword = Password to open the file
// APermissionsPassword = Password for permissions as below.
// APermissions = set of:
// aepPrinting,
// aepGeneralEditing,
// aepContentCopy,
// aepAuthoringComment,
// aepFillingForms,
// aepContentExtraction,
// aepDocumentAssembly,
// aepPrintingHighResolution
procedure SaveToFilePDF(const AFilename: AxUCString; APDFA: boolean; AOpenPassword, APermissionsPassword: string; APermissions: TAXWPdfEncryptionPermissions);
Lars Arvidsson, Axolot Data
Re: DOCXReadWrite and PDF Export
Thanks a lot.
The timing was superb.
The timing was superb.
Re: DOCXReadWrite and PDF Export
When will the new functionality be available?
Thanks
Thanks
Re: DOCXReadWrite and PDF Export
Hello again.
Sorry to be returning on this issue again but since i can not see a new version of DOCXReadWrite or any changes in the registered downloads i fail to see how this is available.
Thanks in advance
Sorry to be returning on this issue again but since i can not see a new version of DOCXReadWrite or any changes in the registered downloads i fail to see how this is available.
Thanks in advance
Re: DOCXReadWrite and PDF Export
Hello
I forgot to update the download page, but this is fixed with correct version numbers now.
I forgot to update the download page, but this is fixed with correct version numbers now.
Lars Arvidsson, Axolot Data