You are viewing limited content. For full access, please sign in.

Question

Question

How can I produce documents with the metadata to third parties?

asked on April 25, 2014

 I need to be able to turn over documents and the associated metadata to opposing council for discovery. I know I could publish the documents, but is there are way to just produce PDFs of the documents with the metadata?

0 0

Answer

APPROVED ANSWER
replied on April 28, 2014

If the outside party merely needs access to these documents you could make them available via WebLink. This would present the documents along with their metadata without requiring you to remove the documents from your system.

1 0

Replies

replied on April 25, 2014

Do they need to be individual PDFs? I'd generally look to Plus for this.

1 0
replied on April 25, 2014 Show version history

PDF files can contain metadata.  You could use a tool like iTextSharp to insert some after export, but this probably isn't the most useful way to convey the information - the PDF viewer needs to be able to display arbitrary metadata, but most applications support a fixed set of attributes in a fixed "properties" dialog.

 

You might consider making a cover page for each document that just lists out the metadata.  That's also something you could could do with iTextSharp.

1 0
replied on April 25, 2014

You can include annotations, but I do not believe there is currently a way to include metadata when converting to a PDF.

0 0
replied on April 25, 2014

Alex - If you need some PDP development assistance you are welcome to PM me at cprimmer@qfiche.com and we can have a conversation about your needs.

0 0
replied on April 25, 2014

If you have time to write a program to parse XML files, one way is to export the documents as a briefcase, rename the briefcase to "tgz" (tar gzipped), uncompress it with a suitable tool (such as 7-zip), and then parse the XML files contained within.

 

If you need to export the entire volume, this can be done on Laserfiche Administration Console. After logging in to the repository as administrator and navigating to the volume, right click and choose Export. The exported volume should also be able to decompress, and then the XML files can be parsed.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.