Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 217 for

tagged docx to pdf

(0.1 sec)
  1. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need To worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....metadata properties are marked with tags that allow searching them across...various metadata packages. All tags defined in GroupDocs.Metadata...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  2. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....are represented by “hyperlink” tag; “link” attribute contains hyperlink’s...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  3. Remove metadata properties | Documentation

    This article shows that how To remove metadata properties from a file is To use corresponding tags that allow you To locate the desired properties across all metadata packages....file is to use corresponding tags that allow you to locate the...document. Ex: @"C:\Docs\source.docx" using ( Metadata metadata =...

    docs.groupdocs.com/metadata/net/remove-metadata...
  4. Set metadata properties | Documentation

    This article explains the usage of 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....easily add metadata to photos, pdfs or you can update or add data...p . Tags . Contains ( Tags . Time . Created ) || p . Tags . Contains...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  5. Handling the APEv2 tag | Documentation

    This article explains how To handle APEv2 tag....Handling the APEv2 tag Handling the APEv2 tag Leave feedback What...What is APEv2? The APE tag is a standard used to add metadata...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  6. Handling the APEv2 tag | Documentation

    This article explains how To handle APEv2 tag....Handling the APEv2 tag Handling the APEv2 tag Leave feedback What...What is APEv2? The APE tag is a standard used to add metadata...

    docs.groupdocs.com/metadata/java/handling-the-a...
  7. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary To associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added To each indexed document in addition To those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....metadata, for example, a set of tags, a number in the library catalog..."C:\\MyDocuments\\BhagavadGitaAsItIs.pdf" . toLowerCase (), "Spiritual"...

    docs.groupdocs.com/search/java/indexing-additio...
  8. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from Pdf, Docx, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....properties Leave feedback Use tags to find most common metadata...metadata easier we attach specific tags to the most commonly used metadata...

    docs.groupdocs.com/metadata/java/find-metadata-...
  9. Extract formatted text from documents | Documen...

    This article shows how To extract formatted text represented as HTML or Markdown with GroupDocs.Parser from documents of various formats like Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, Docx), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....extract text with integrated HTML tags, or Markdown syntax. Even PlainText...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/java/extract-formatte...
  10. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word document has no text, getStructure method returns an empty org....Tables are represented by “table” tag. For more details, see . Warning...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/java/extract-tables-f...