Page 1 of 1

DOCXReadWrite and PDF Export

Posted: Wed Feb 03, 2021 10:50 am
by eteoklis
Hello
Since i only have the evaluation package can DOCXReadWrite export a document as password encrypted PDF?
Thanks in advance.

Re: DOCXReadWrite and PDF Export

Posted: Wed Feb 03, 2021 11:09 am
by larsa
Hello

Probably. I have to do some tests, I'll let you know tomorrow.

Re: DOCXReadWrite and PDF Export

Posted: Wed Feb 03, 2021 12:17 pm
by eteoklis
Hello and thanks for the fast responce.

Also another question. Do the saved pdf comply with the PDF/A standard?

Thanks in advance..

Re: DOCXReadWrite and PDF Export

Posted: Thu Feb 04, 2021 9:38 pm
by larsa
Hello

You can generate PDF/A files. Encryption seems to need some work but it shall be possible.

Re: DOCXReadWrite and PDF Export

Posted: Fri Feb 05, 2021 10:39 am
by eteoklis
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

Re: DOCXReadWrite and PDF Export

Posted: Fri Feb 05, 2021 12:54 pm
by larsa
Hello

I hope to have this ready by the beginning of next week.

Re: DOCXReadWrite and PDF Export

Posted: Fri Feb 05, 2021 2:21 pm
by eteoklis
Thanks

Thanks a lot

Re: DOCXReadWrite and PDF Export

Posted: Mon Feb 08, 2021 4:06 pm
by larsa
Hello

Encryption is working now. I will post the update on Wednesday.

Re: DOCXReadWrite and PDF Export

Posted: Wed Feb 10, 2021 8:38 pm
by larsa
Hello

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);

Re: DOCXReadWrite and PDF Export

Posted: Fri Feb 12, 2021 12:09 pm
by eteoklis
Thanks a lot.
The timing was superb.

Re: DOCXReadWrite and PDF Export

Posted: Wed Feb 17, 2021 3:24 pm
by eteoklis
When will the new functionality be available?
Thanks

Re: DOCXReadWrite and PDF Export

Posted: Thu Feb 18, 2021 9:25 am
by larsa
Hello

It's ready now.

Re: DOCXReadWrite and PDF Export

Posted: Mon Feb 22, 2021 7:49 am
by eteoklis
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

Re: DOCXReadWrite and PDF Export

Posted: Mon Feb 22, 2021 2:15 pm
by larsa
Hello

I forgot to update the download page, but this is fixed with correct version numbers now.