Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 18,817 for

docx

(0.04 sec)
  1. Getting documents in network | Documentation

    This page contains information about getting indexed documents in the search network....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/getting-documents...
  2. Email attachments | Documentation

    This article shows how to get the information about the attachments.... DOCX ) { content . Attachments ....

    docs.groupdocs.com/watermark/net/email-attachme...
  3. Group docs editor to enable editing of variable...

    Hi, I have been looking at Group Docs Editor features for one of my requirement. Our requirement is, we have pdfs with some variable fields (Please find sample screen shot below.) We want to implement .NET web applicat…...values, and then save it in the DOCX format. string filePath = "sample...string outputFilePath = "result.docx"; using (Signature signature...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  4. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/adding-metadata/
  5. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Python via .NET supported document types...Cross-format merge to DOC / DOCX Microsoft Word Document Microsoft...

    docs.groupdocs.com/merger/python-net/supported-...
  6. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/alphabet/
  7. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  8. Extract formatted text from document | Document...

    This article explains that how to extract formatted text from document....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-formatted...
  9. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  10. Working with metadata in PNG images | Documenta...

    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.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...