Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 170 for

tagged docx to pdf

(0.18 sec)
  1. GroupDocs.Viewer Product Family on GroupDocs Bl...

    GroupDocs.Viewer Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Viewer Product Family on GroupDocs Blog | Document AuTomatio......Document Viewer – Open & Read DOCX Files Instantly Learn how to...documents online using a free DOCX viewer or programmatically with...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  2. GroupDocs.Assembly Product Family on GroupDocs ...

    GroupDocs.Assembly Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document AuTom......converting XML data into PDF & DOC/DOCX via text-based templates...Data using C# Convert CSV to PDF & Word formats with templates...

    blog.groupdocs.com/categories/groupdocs.assembl...
  3. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....access_level ) for tag in descriptor . tags : print ( tag ) print ()...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/python-net/getting-...
  4. 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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descripTors = root.getDocumentProperties().getKnowPropertyDescripTors(); for(var i=0;iTors.getCount(); i++) { var descripTor = descripTors.get_Item(i); console.log(descripTor.getName()); console.log(descripTor.getType().getRawValue()); console.log(descripTor.getAccessLevel().getRawValue()); var tags = descripTor.getTags(); for(var j=0;jtags = descriptor . getTags (); for...; j < tags . getCount (); j ++ ) { console . log ( tags . get_Item...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package....var tag in descriptor . Tags ) { Console . WriteLine ( tag );...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/getting-known-p...
  6. 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-...
  7. HTML | GroupDocs

    This article explains that how To extract HTML formatted text from document page....following HTML tags are supported by the API: Tag Description <p>...Paragraph is surrounded by <p> tag <a> Hyperlinks <b> Text with...

    docs.groupdocs.com/parser/net/html/
  8. 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...
  9. 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/
  10. Extract Tables from Microsoft Office Word Docum...

    Learn how To easily extract table content from Word documents (.doc, .Docx) using GroupDocs.Parser for .NET....docx ) using GroupDocs.Parser for...Tables are represented by <table> tags within this XML. The extraction...

    docs.groupdocs.com/parser/net/extract-tables-fr...