Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 3,155 for

extract

(0.07 sec)
  1. Advanced Documents Conversion APIs for .NET and...

    Share this issue: Monthly NewsletterOctober 2018 Business Documents Conversion APIs for .NET and Java Convert between 50+ Document and Image File Formats GroupDocs.Conversion Product Family combines .NET and Java APIs suite for faster and accurate conversion of business documents and image file formats between Word, Excel, PowerPoint, PDF, Visio, Project, Outlook, HTML, Photoshop, AutoCAD and image formats. Using the document converter API is very simple as it uses just one method with set of options to convert between different formats....automatically which were used to extract text from TXT files. Read more...here . Code Example: How to Extract Text from Databases in .NET...

    blog.groupdocs.com/total/advanced-documents-con...
  2. Single document operations | Documentation

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, Extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger....document pages positions, extract specific pages from document...Split text file Swap pages Extract pages Change page orientation...

    docs.groupdocs.com/merger/net/single-document-o...
  3. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....that contains EXIF metadata Extract the EXIF metadata package using...direct access to the EXIF tags extracted from a file. a file that contains...

    docs.groupdocs.com/metadata/java/working-with-e...
  4. Working with metadata in PDF documents | Docume...

    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....version a loaded document and extract some additional file format...information. a PDF document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with metadata in PDF documents | Docume...

    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....version a loaded document and extract some additional file format...information. a PDF document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format....that contains EXIF metadata Extract the EXIF metadata package using...direct access to the EXIF tags extracted from a file. a file that contains...

    docs.groupdocs.com/metadata/net/working-with-ex...
  7. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....Usage / Extract data from various formats / Extract data from...document. For example, text extraction isn’t supported for Zip archive...

    docs.groupdocs.com/parser/java/search-text-in-h...
  8. Search text in HTML documents | Documentation

    To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....usage / Extract data from various formats / Extract data from...document. For example, text extraction isn’t supported for Zip archive...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  9. Search text in PDF documents | Documentation

    To search a keyword in PDF documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in PDF document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Usage / Extract data from various formats / Extract data from...document. For example, text extraction isn’t supported for Zip archive...

    docs.groupdocs.com/parser/java/search-text-in-p...
  10. Edit Excel Files in C# | Build your own Online ...

    Editing Excel files is explained with C# examples to edit XLS, XLSX, ODS files within your .NET application using spreadsheet and document editing API....Editing Options to extract the exact sheet/tab. Extract the content...the tab’s content. You can extract the images and all the resources...

    blog.groupdocs.com/editor/edit-excel-files-in-c...