Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 30,260 for

new

(6.36 sec)
  1. Generate document preview | Documentation

    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...

    docs.groupdocs.com/metadata/java/generate-docum...
  2. eSign Presentation with Metadata signature | Do...

    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...

    docs.groupdocs.com/signature/net/esign-presenta...
  3. Load password-protected document | Documentation

    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 ...

    docs.groupdocs.com/watermark/java/load-password...
  4. Metadata | GroupDocs.Metadata for .NET API Refe...

    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...

    reference.groupdocs.com/metadata/net/groupdocs....
  5. Migration Notes | Documentation

    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...

    docs.groupdocs.com/editor/java/migration-notes/
  6. GroupDocs.Merger for .NET 23.3 Release Notes | ...

    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...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  7. Working with CAD metadata | Documentation

    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...

    docs.groupdocs.com/metadata/java/working-with-c...
  8. DeleteAnnotationRedaction - GroupDocs.Redaction...

    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...

    apireference.groupdocs.com/redaction/java/com.g...
  9. WordProcessingWatermarkPagesOptions - GroupDocs...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); Watermarker...Watermarker watermarker = new Watermarker("D:\\test.doc", loadOptions);...

    apireference.groupdocs.com/watermark/java/com.g...
  10. DOCX to PDF conversion - how to set font path f...

    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...

    forum.groupdocs.com/t/docx-to-pdf-conversion-ho...