Skip to main content
Participant
October 10, 2024
Question

Problem merging certified files

  • October 10, 2024
  • 1 reply
  • 666 views

I have "problems" if I try to combine documents that have certificates.
I'll explain it better with an example.

I want to combine 6 files of 50 pages each because I only want to print the first page of each one of them (I give an example with 6 but in reality there are more)
The problem happens when I try to combine them and I delete the rest of the pages that I don't need.
When I combine them in a portfolio, the documents that I deleted do not appear in the portfolio.
This only happens if I try to delete one of the pages, if I combine all the documents without deleting any page they are combined correctly

Could you tell me what could be happening? Could it be a bug or is it a bad use on my part?

Thanks for reading me

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
October 10, 2024

Certified files are digitally signed, which means you can't edit them (except for some basic ways, such as filling in form fields or adding comments, IF the form's author or the signee allowed it). So you can't combine them (except in a Portfolio), nor can you delete pages from this. This is working as intended, then.

If you want to print their first pages you can use an Action to do it, though. Create a new Action via Tools - Action Wizard that executes this code, and then run it on your files:

 

this.print({bUI: false, nStart: 0, nEnd: 0});

 

They will be printed to the last printer you used. If you want to specify additional settings (such as printer name, shriking, etc.) that's possible, but will require a more complex script.

Participant
October 11, 2024

Thanks for your reply, but the problem I'm having is when trying to create a portfolio with certified documents.

Well, if I create a portfolio with certified documents but I don't delete any sheets in the merging process, I don't have a problem, but if I delete the first hour in the merging process, the portfolio is empty.

I appreciate your reply again, I hope you can help me find out if this behavior is correct because my client assures me that he has always used it this way, but I really have my doubts about that.

Regards.

try67
Community Expert
Community Expert
October 11, 2024

It was never possible to edit certified files, and still keep them certified. Maybe they were not really certified, or maybe in some ancient version you could do it and it would automatically remove the certification when you did, although I doubt it.