You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more....Consulting Blog Knowledge Base New Releases Status Websites aspose...{ try ( Metadata metadata = new Metadata ( Constants . InputDocx...
This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...
This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...LoadPasswordProtecte LoadOptions loadOptions = new LoadOptions (); loadOptions ...
Initializes a New instance of the Metadatagroupdocs.metadata/metadata class....Metadata(string) Initializes a new instance of the Metadata class...using ( Metadata metadata = new Metadata ( Constants . InputOne...
How to migrate from earlier versions of GroupDocs.Editor for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new updated API provided by GroupDocs...
There are 3+ features, improvements and bug-fixes in this release.
Full list of changes in this release Key Category Summary MERGERNET-1362 Feature Implement a New ZIP joining feature MERGERNET-1363 Feature Implement a New TAR joining feature MERGERNET-1364 Feature Implement a New cross-joining feature from-to: ZIP, TAR MERGERNET-1366 Enhancement Migrate “GroupDocs.Merger for .NET” product from net40 to net462 framework Major features Implemented a New ZIP joining feature Implemented a New TAR joining feature Implemented a New cross-joining feature from-to: ZIP, TAR Migrated “GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...MERGERNET-1362 Feature Implement a new ZIP joining feature MERGERNET-1363...
The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method.
The following code snippet reads metadata associated with a CAD file.
advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties
try (Metadata metadata = New Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...CadReadNativeMetadat try ( Metadata metadata = new Metadata ( Constants . InputDxf...
All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......redactor = new Redactor("D:\\test.docx")) { redactor.apply(new DeleteAnnotationReda("(...DeleteAnnotationReda () Initializes a new instance of DeleteAnnotationReda...
I am using desktop version of the converter api in dotnet. I wish to add any missing fonts at certain path and then set it as path for fonts in PdfConvertOptions class but I didn’t found any fontPath property in this cla…...PdfConvertOptions options = new PdfConvertOptions(); options...LoadOptions getLoadOptions() => new PdfLoadOptions { DefaultFont...