Sort Score
Result 10 results
Languages All
Labels All
Results 5,141 - 5,150 of 16,315 for

file

(1.4 sec)
  1. Working with CAD metadata | GroupDocs

    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()); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. advanced_usage.managing_me...

    docs.groupdocs.com/metadata/java/working-with-c...
  2. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....xlsx files. Appearance = new DigitalSignatureAppe...MS" }, }; // sign document to file signature . Sign ( "signed.docx"...

    docs.groupdocs.com/signature/net/sign-documents...
  3. Features Overview | GroupDocs

    This is an overview of GroupDocs.Merger for Java library features and capabilities...information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/java/features-overview/
  4. eSign document with Text signature | GroupDocs

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....MS" } }; // sign document to file signature . Sign ( "sample_signed...

    docs.groupdocs.com/signature/net/esign-document...
  5. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON).... Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  6. Java NoClassDefFoundError exception for GroupDo...

    Following previous advice from support, we have packaged the parser and viewer modules in a standalone Java app, the main goal being to avoid crashing the app server when document conversion crashes. Versions used : 25.…...class file is physically present in the...

    forum.groupdocs.com/t/java-noclassdeffounderror...
  7. Locating signature with different alignments | ...

     This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....}); } } } // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/locating-signa...
  8. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page... 10 )); // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....background ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  10. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/net/output-format-and...