Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 3,293 for

file editor

(1.75 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....Editor Product Solution GroupDocs...border ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  5. GroupDocs.Comparison for Python via .NET | Grou...

    GroupDocs.Comparison for Python via .NET developer documentation. Learn how to diff DOCX, PPTX, XLSX, and PDF Files using the Python API....Editor Product Solution GroupDocs...differences between source and target files at paragraph, word, and character...

    docs.groupdocs.com/comparison/python-net/
  6. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs...An absolute path to the font file must be provided. Specifies...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  7. Watermarks in PDF document | GroupDocs

    Add watermarks to a PDF as XObjects, Artifacts, or Annotations — including print-only annotations — using GroupDocs.Watermark for Python via .NET....Editor Product Solution GroupDocs...and logo.png are the sample files used in this example. Download...

    docs.groupdocs.com/watermark/python-net/waterma...
  8. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....Editor Product Solution GroupDocs...// Could be useful for .xlsx files. Appearance = new DigitalSignatureAppe...

    docs.groupdocs.com/signature/net/sign-documents...
  9. System requirements | GroupDocs

    Overview To produce and manipulate the documents, the machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. The machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. Supported Operating System Windows Microsoft Windows 2000 Professional (x64) Microsoft Windows 2000 Server (x64) Microsoft Windows 2003 Server (x64) Microsoft Windows 2008 Server (x64) Microsoft Windows 2012 Server (x64) Microsoft Windows 2012 R2 Server (x64) Microsoft Windows 2016 Server (x64) Microsoft Windows 2019 Server (x64) Microsoft Windows Vista (x64) Microsoft Windows XP (x64) Microsoft Windows 7 (x64) Microsoft Windows 8, 8....Editor Product Solution GroupDocs...code in your app configuration file (inside assemblyBinding element...

    docs.groupdocs.com/classification/net/system-re...
  10. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...Editor Product Solution GroupDocs...Image ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/composing-sig...