Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 2,484 for

pdf editor

(0.13 sec)
  1. How to generate barcode and sign document using...

    This guide describes how to improve your document with generated barcodes using C#. Sign your documents with Codabar, Event or Code39Extended using GroupDocs.Signature .NET API by GroupDocs....Editor Product Solution GroupDocs...processing. Supported formats are PDF, Microsoft Word, Microsoft PowerPoint...

    docs.groupdocs.com/signature/net/how-to-generat...
  2. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/exporting-meta...
  3. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/get-supported-...
  4. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/exporting-metad...
  5. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...Editor Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/save-overwriti...
  6. Load document from url | Documentation

    Learn how to Load document from url....Editor Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/load-document-fro...
  7. eSign document with QR code signature | Documen...

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....Editor Product Solution GroupDocs...below demonstrates how to sign a PDF document with the QR code signature...

    docs.groupdocs.com/signature/net/esign-document...
  8. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Editor Product Solution GroupDocs..."signed.jpg" , options ); } Sign PDF with embedded object and encrypted...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Get default ConvertOptions for specific target ...

    Learn this article and check how to obtain default convert options for specific conversion format with GroupDocs.Conversion for .NET API. ...Editor Product Solution GroupDocs...targetConversion = possibleConversions [ "pdf" ]; var convertOptions = targetConversion...

    docs.groupdocs.com/conversion/net/get-default-c...