Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 3,300 for

file editor

(0.93 sec)
  1. eSign document with multiple signatures | Group...

    This article explains how to sign document with multiple signatures of various type by GroupDocs.Signature API...Editor Product Solution GroupDocs...digitalOptions ); // sign document to file signature . sign ( "signed.pdf"...

    docs.groupdocs.com/signature/java/esign-documen...
  2. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Editor Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Add replacement annotation | GroupDocs

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for Java....Editor Product Solution GroupDocs...// Add annotation and save to file annotator . add ( replacement...

    docs.groupdocs.com/annotation/java/add-replacem...
  4. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Editor Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Sign document with Royal Mail Mailmark 2D Barco...

    This article explains how to sign document with Royal Mail Mailmark 2D Barcode electronic signatures...Editor Product Solution GroupDocs...mailmark2D }; // sign document to file var signResult = signature ...

    docs.groupdocs.com/signature/net/sign-document-...
  6. 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....Editor Product Solution GroupDocs...MS" } }; // sign document to file signature . Sign ( "sample_signed...

    docs.groupdocs.com/signature/net/esign-document...
  7. Features Overview | GroupDocs

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

    docs.groupdocs.com/merger/java/features-overview/
  8. 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)....Editor Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  9. 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 Java features....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Java /...

    docs.groupdocs.com/editor/java/output-format-an...
  10. Delete indexed paths | GroupDocs

    GroupDocs.Search for Java supports the ability to remove indexed Files and folders from an index. Only Files or folders that were explicitly added to the index can be deleted....Editor Product Solution GroupDocs...indexed files and folders from an index. Only files or folders...

    docs.groupdocs.com/search/java/delete-indexed-p...