Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protected PDFs shows garbage in document information (e.G. Adobe Reader) #32

Closed
kalwados opened this issue Jan 16, 2020 · 1 comment
Closed

Comments

@kalwados
Copy link

When the PDF document uses encryption to ensure no modifications, the resulting PDF files contains some kind of garbage in the document properties; see Screenshot.

Example:

LPdf := TPdfDocumentGDI.Create(
  false, 0 , false, 
  TPDFEncryption.New(elRC4_40, '', 'secret', [epPrinting])
);
LPdf.Info.Author := 'User name';
LPdf.Info.Creator := 'Software name';
LPdf.Info.Subject = 'Auto generated document';

SynPDF document properties

synopse pushed a commit to synopse/mORMot that referenced this issue Feb 4, 2021
synopse pushed a commit that referenced this issue Feb 4, 2021
@synopse
Copy link
Owner

synopse commented Feb 5, 2021

Seems to be confirmed as fixed. ;)

@synopse synopse closed this as completed Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants