Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 15,193 for

doc

(0.07 sec)
  1. Convenient Watermarking for Documents and Image...

    We are excited to announce that the first version of GroupDocs.Watermark for Java has been released. GroupDocs.Watermark for Java makes it simple to perform watermarking operations in various Document and image formats. The API facilitates the Java developers with simple syntax, easy to use methods and a few lines of code to perform any watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove watermark from many popular Document and image formats.... PDF (pdf) Word (doc, docx, dot, odt, dotx, docm,...

    blog.groupdocs.com/watermark/introducing-groupd...
  2. Announcing GroupDocs Online Document Viewer Mod...

    Great news for all ExpressionEngine CMS users! We’ve released an efficient GroupDocs Viewer module for ExpressionEngine CMS. This plugin allows you to embed GroupDocs’ high-fidelity online Document viewer together with selected Documents to ExpressionEngine pages. As GroupDocs’ online Document viewer supports many different formats, visitors to ExpressionEngine websites can now effortlessly view Documents of multiple formats online. [caption id=“attachment_1047” align=“alignnone” width=“600” caption=“Announcing GroupDocs’ online Document viewer module for ExpressionEngine”] [/caption] GroupDocs Viewer is an efficient and flexible online Document viewer....online: PDF viewer Word viewer (DOC, DOCX, TXT, RTF, ODT) PowerPoint...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  3. Generate document preview | GroupDocs

    This article shows you how to view and edit metadata of PDF, Doc, DocX, PPT, PPTX, XLS, XLSX, emails, images and more with our free online....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/generate-docume...
  4. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF Documents using Java...Order Upgrade an Order Support Docs API Reference Live Demos Free...merger . join ( "c:\document2.doc" ); merger . join ( "c:\document3...

    docs.groupdocs.com/merger/java/merge-documents-...
  5. Extract text from HTML documents | GroupDocs

    To extract a text from HTML Documents GetText method is used. This method allows to extract a text from the entire Document. Pagination and raw mode is not supported for emails....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Getting Document Information | GroupDocs

    This article explains how to detect the Document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...download it. Word Documents (DOC, DOCX, etc.) For word documents...

    docs.groupdocs.com/conversion/java/get-document...
  7. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF Documents using C#/.NET...Order Upgrade an Order Support Docs API Reference Live Demos Free...merger . Join ( @"c:\document2.doc" ); merger . Join ( @"c:\document3...

    docs.groupdocs.com/merger/net/merge-documents-t...
  8. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/python-net/removing...
  9. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/removing-metadata/