Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 6,099 for

pdf editor

(0.09 sec)
  1. zArchive Archives - Page 6 of 15 - Document Aut...

    Category Archive: zArchive zArchive Posts ← Older posts Newer posts → Online Signature Plugin from GroupDocs Now Avai......GroupDocs Signature HTML5 Image, PDF and Microsoft Office Document...Microsoft Office documents, PDFs and image files. The benefits...

    blog.groupdocs.com/category/zarchive/page/6/
  2. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java....Editor Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/storing-t...
  3. e-Sign Documents in .NET & Java Applications – ...

    Share this issue: Monthly Newsletter February 2019 Fast, Accurate and Secure e-Signature APIs for .NET & Java Applications Digitally sign important business documents at individual and enterprise level GroupDocs.Signature offers .NET and Java APIs to e-sign documents, configure and manipulate various types of digital signatures and certificates. Programmers can easily add advanced signature types including; text, image, barcode, QR code, stamp and metadata to a variety of business file formats like Word, Excel, PowerPoint, Pdf, Text and images....like Word, Excel, PowerPoint, PDF, Text and images. Product News...one product suite. GroupDocs.Editor for .NET 18.12 – Improved compatibility...

    blog.groupdocs.com/total/digitally-sign-documen...
  4. How to Compare Excel files | Documentation

    Read this article and find out how you can use the GroupDocs.Comparison for .NET to find differences in Excel files....Editor Product Solution GroupDocs...DOCX, XLS or XLSX, PPT or PPTX, PDF, EML, EMLX, MSG and other documents...

    docs.groupdocs.com/comparison/net/how-to-compar...
  5. How to Compare Invoices | Documentation

    You will find how you can use GroupDocs.Comparison for .NET inside your production when comparing invoices. Look at file comparison sensitivity configuration and other use cases of the GroupDocs.Comparison API...Editor Product Solution GroupDocs...DOCX, XLS or XLSX, PPT or PPTX, PDF, EML, EMLX, MSG and other documents...

    docs.groupdocs.com/comparison/net/how-to-compar...
  6. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, Pdfs or you can update or add data to mp3 files....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  7. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-zi...
  9. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted text from document page....Editor Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-formatted...
  10. Extract text from ZIP archive files | Documenta...

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...Editor Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/extract-text-fro...