外文分享

Remove XMP Metadata on PDF/A

左心房为你撑大大i 提交于 2021-02-19 22:34:28
问题 Is there a way wherein we can remove XMP metadata on a PDF/A Document without removing the PDF/A standardization? I found that using PdfReader reader = new PdfReader(src); PdfDictionary dict = reader.getCatalog(); dict.remove(PdfName.METADATA); dict.remove(PdfName.PROPERTIES); reader.removeUnusedObjects(); Removes both XMP and PDF/A. Is there a way to remove the XMP while retaining the standard or reintroducing PDF/A into the processed document? Thanks. 回答1: You can't remove the XMP

Batch files inside folder to create MediaInfo.nfo file

故事扮演 提交于 2021-02-19 22:33:59
问题 I'm trying to create a Batch whose purpose is to use MediaInfo.exe (CLI) to create a single text file (.nfo) containing all the "mediainfo" of the video files contained in a folder. The Batch is executed from the context menu: right click on the folder containing the video files. To do so, the file will be placed in "shell:sendto". The generated .nfo file containing all the mediainfo has to be "placed/saved or move" in the folder containing the video files. A specificity is that i need to

Batch files inside folder to create MediaInfo.nfo file

我们两清 提交于 2021-02-19 22:31:07
问题 I'm trying to create a Batch whose purpose is to use MediaInfo.exe (CLI) to create a single text file (.nfo) containing all the "mediainfo" of the video files contained in a folder. The Batch is executed from the context menu: right click on the folder containing the video files. To do so, the file will be placed in "shell:sendto". The generated .nfo file containing all the mediainfo has to be "placed/saved or move" in the folder containing the video files. A specificity is that i need to

Remove XMP Metadata on PDF/A

若如初见. 提交于 2021-02-19 22:30:42
问题 Is there a way wherein we can remove XMP metadata on a PDF/A Document without removing the PDF/A standardization? I found that using PdfReader reader = new PdfReader(src); PdfDictionary dict = reader.getCatalog(); dict.remove(PdfName.METADATA); dict.remove(PdfName.PROPERTIES); reader.removeUnusedObjects(); Removes both XMP and PDF/A. Is there a way to remove the XMP while retaining the standard or reintroducing PDF/A into the processed document? Thanks. 回答1: You can't remove the XMP

Batch files inside folder to create MediaInfo.nfo file

强颜欢笑 提交于 2021-02-19 22:28:09
问题 I'm trying to create a Batch whose purpose is to use MediaInfo.exe (CLI) to create a single text file (.nfo) containing all the "mediainfo" of the video files contained in a folder. The Batch is executed from the context menu: right click on the folder containing the video files. To do so, the file will be placed in "shell:sendto". The generated .nfo file containing all the mediainfo has to be "placed/saved or move" in the folder containing the video files. A specificity is that i need to

Remove XMP Metadata on PDF/A

夙愿已清 提交于 2021-02-19 22:27:39
问题 Is there a way wherein we can remove XMP metadata on a PDF/A Document without removing the PDF/A standardization? I found that using PdfReader reader = new PdfReader(src); PdfDictionary dict = reader.getCatalog(); dict.remove(PdfName.METADATA); dict.remove(PdfName.PROPERTIES); reader.removeUnusedObjects(); Removes both XMP and PDF/A. Is there a way to remove the XMP while retaining the standard or reintroducing PDF/A into the processed document? Thanks. 回答1: You can't remove the XMP

Remove XMP Metadata on PDF/A

﹥>﹥吖頭↗ 提交于 2021-02-19 22:27:14
问题 Is there a way wherein we can remove XMP metadata on a PDF/A Document without removing the PDF/A standardization? I found that using PdfReader reader = new PdfReader(src); PdfDictionary dict = reader.getCatalog(); dict.remove(PdfName.METADATA); dict.remove(PdfName.PROPERTIES); reader.removeUnusedObjects(); Removes both XMP and PDF/A. Is there a way to remove the XMP while retaining the standard or reintroducing PDF/A into the processed document? Thanks. 回答1: You can't remove the XMP

Remove XMP Metadata on PDF/A

我与影子孤独终老i 提交于 2021-02-19 22:26:08
问题 Is there a way wherein we can remove XMP metadata on a PDF/A Document without removing the PDF/A standardization? I found that using PdfReader reader = new PdfReader(src); PdfDictionary dict = reader.getCatalog(); dict.remove(PdfName.METADATA); dict.remove(PdfName.PROPERTIES); reader.removeUnusedObjects(); Removes both XMP and PDF/A. Is there a way to remove the XMP while retaining the standard or reintroducing PDF/A into the processed document? Thanks. 回答1: You can't remove the XMP

Remove XMP Metadata on PDF/A

孤者浪人 提交于 2021-02-19 22:25:54
问题 Is there a way wherein we can remove XMP metadata on a PDF/A Document without removing the PDF/A standardization? I found that using PdfReader reader = new PdfReader(src); PdfDictionary dict = reader.getCatalog(); dict.remove(PdfName.METADATA); dict.remove(PdfName.PROPERTIES); reader.removeUnusedObjects(); Removes both XMP and PDF/A. Is there a way to remove the XMP while retaining the standard or reintroducing PDF/A into the processed document? Thanks. 回答1: You can't remove the XMP

Batch files inside folder to create MediaInfo.nfo file

岁酱吖の 提交于 2021-02-19 22:25:52
问题 I'm trying to create a Batch whose purpose is to use MediaInfo.exe (CLI) to create a single text file (.nfo) containing all the "mediainfo" of the video files contained in a folder. The Batch is executed from the context menu: right click on the folder containing the video files. To do so, the file will be placed in "shell:sendto". The generated .nfo file containing all the mediainfo has to be "placed/saved or move" in the folder containing the video files. A specificity is that i need to