Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 171 for

tagged docx to pdf

(0.09 sec)
  1. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....getAccessLevel ()); for ( PropertyTag tag : descriptor . getTags ()) {...{ System . out . println ( tag ); } System . out . println ();...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back To HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML EdiTor or by any UI-less service within any Java based application. GroupDocs.EdiTor for Javais a powerful document editing API that allows converting supported document format inTo HTML and apply changes in any WYSIWYG HTML EdiTor, it also provide facility To convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....a single line of expression tag to get it done. Multi-Threaded...from ID3v2; update ID3v1/ID3v2 tag using properties and read/update/remove...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  3. HTML | GroupDocs

    This article explains that how To extract HTML formatted text from document page in Java....()); } } Tag Description p Paragraph is surrounded by p tag a Hyperlinks...by b tag i Text with Italic font is surrounded by i tag h1 -...

    docs.groupdocs.com/parser/java/html/
  4. Releasing First Version of GroupDocs.Metadata f...

    We are extremely excited To announce that the first version of GroupDocs.Metadata for Java has been released. GroupDocs.Metadata for Java is a valuable addition To the GroupDocs.Metadata product family that empowers Java developers while working with metadata of popular file formats. It is powerful as well as easy To use API that provides all basic metadata operations (i.e. view, add, modify, remove) for a number of file formats. API gets the file as an input and makes its metadata accessible To the user....IFD tags in supported image formats SRational TIFF tags Metadata...(PPT/PPTX/POT/POTX) Word Document (DOC/DOCX/DOT/DOTX/DOCM) Spreadsheet Document...

    blog.groupdocs.com/metadata/releasing-first-ver...
  5. Extracting metadata | GroupDocs

    This article shows how To extract metadata properties from your files in C# .NET solution programmatically with GroupDocs.Metadata for .NET...easily extract metadata from PDF, DOC, PPT, XLS and many other...metadata properties are marked with tags that allow searching them across...

    docs.groupdocs.com/metadata/net/extracting-meta...
  6. Set metadata properties | GroupDocs

    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.... Tags . getTime (). getCreated ())...ContainsTagSpecifica ( groupdocs . metadata . Tags . getTime (). getModified ()))...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  7. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Node.js via 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/nodejs-java/find-me...
  8. Updating metadata | GroupDocs

    The Example in this article demonstrates how To update metadata properties using a combination of criteria... Tags . Contains ( Tags . Time . Created )...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/updating-metadata/
  9. Set metadata properties | GroupDocs

    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.... tagging . Tags . time . created ) . either...ContainsTagSpecifica ( gm . tagging . Tags . time . modified )) now...

    docs.groupdocs.com/metadata/python-net/set-meta...
  10. Indexing additional fields | GroupDocs

    This article demonstrate that how To associate each document with certain additional metadata....metadata, for example, a set of tags, a number in the library catalog...@"C:\MyDocuments\BhagavadGitaAsItIs.pdf" . ToLowerInvariant (), "Spiritual"...

    docs.groupdocs.com/search/net/indexing-addition...