Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 16,573 for

file

(0.12 sec)
  1. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for Java API....// Add annotation and save to file annotator . add ( area ); annotator...

    docs.groupdocs.com/annotation/java/add-replies-...
  2. Sign document with extensions | GroupDocs

    This article shows how to create electronic signatures with additional visual extensions...shadow ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  3. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....To extract a text from image files or non-text PDF documents GetText...extract a text from the image file: // Create an instance of ParserSettings...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  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....and extract some additional file format information. a PDF document...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. 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....and extract some additional file format information. a PDF document...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. How to Update Email Load Options and Convert to...

    Not sure how to modify the below code to use the new Conversion APIs from 24.10 onwards? It says: “warning CS0618: ‘Converter.Converter(string, Func)’ is obsolete: ‘The constructor is obsolete from v24.10. Will be remo…...loadOptions() { // Force CSV files to be processed as text format...CompressionFileType)) // Exclude zip and 7z files { GroupDocs.Conversion.Options...

    forum.groupdocs.com/t/how-to-update-email-load-...
  7. Edit and Update Form Fields | GroupDocs

    Editing form fields with GroupDocs.Editor for Python via .NET....document with the update_form_filed(...) method. The snippet below...the collection to update_form_filed(...) . Adjust the per-type access...

    docs.groupdocs.com/editor/python-net/edit-and-u...
  8. Install GroupDocs.Assembly for .NET | GroupDocs

    This topic describes how to install GroupDocs.Assembly for .NET....assembly files in your project, do the following: Extract files from...locate the GroupDocs.Assembly.dll file for the target framework. Click...

    docs.groupdocs.com/assembly/net/installation/
  9. Convert Any Image to PDF in Java | JPG, PNG, We...

    Convert images to PDF in Java. Convert JPG, PNG, WebP, GIF, TIFF, TGA and many more images to PDF using document and image conversion Java API ....document format used to exchange files, there arises the requirement...even on password-protected files. The API has a long list of...

    blog.groupdocs.com/conversion/convert-images-to...
  10. Introducing GroupDocs.Parser for .NET | GroupDocs

    Powerful .NET document parsing API for extracting text, images, metadata, and structured data from 50+ File formats including PDF, Word, Excel, PowerPoint. Features template-based extraction, full-text search, and enterprise-ready document processing capabilities....archives, OST/PST mail data files and PDF portfolios. If you want...Document information extraction - file type, page count etc; Metadata...

    docs.groupdocs.com/parser/net/introducing-group...