Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 214 for

tagged docx to pdf

(0.14 sec)
  1. .NET DOC Viewer API - Read, View, Render in C# ...

    .NET document viewer API To read, render and display DOC in any type of C#, ASP.NET, VB.NET & .NET Core applications....formatting & layout in HTML5, PDF or as an image using a few lines...Developers can easily display PDF, Word Processing, Excel Spreadsheet...

    products.groupdocs.com/viewer/net/doc/
  2. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Java. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. Docx Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format.... Saves the document as PDF (Adobe Portable Document) format...EPUB format. Mime HTML (MHTML) Tagged Image File Format (TIFF) XML...

    docs.groupdocs.com/assembly/java/supported-docu...
  3. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. Docx Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format.... Saves the document as PDF (Adobe Portable Document) format...EPUB format. Mime HTML (MHTML) Tagged Image File Format (TIFF) XML...

    docs.groupdocs.com/assembly/net/supported-docum...
  4. Getting Possible Conversions | Documentation

    This article explains how To obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications... mobi, azw3, eps, xps, tex, pdf, xls, xlsx, xlsm, xlsb, ods,...ppsm, fodp, svg, doc, docm, docx, dot, dotm, dotx, rtf, odt,...

    docs.groupdocs.com/conversion/java/get-possible...
  5. Digital Signature - esign PPSX documents | Grou...

    Digital signature (eSignature) for PPSX made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPSX documents for free!...Support any document format as PDF, DOCX, XLSX, PPTX, RTF, ODS, OTS...PNG, GIF, and many more! Sign PDF documents with digital certificates...

    products.groupdocs.app/signature/ppsx
  6. Render XML documents as HTML, PDF, PNG, and JPE...

    This Topic describes how To use the GroupDocs.Viewer .NET API (C#) To convert XML documents To HTML (with and without pagination), Pdf documents, PNG, and JPEG raster formats....Render XML documents as HTML, PDF, PNG, and JPEG files Leave feedback...actually of the PDF format, but has an extension “.docx”, its processing...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  7. Removing metadata | Documentation

    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....from a file are marked with tags. Some file formats and metadata...properties that can’t be properly tagged by the library since their...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  8. Supported File Formats | Documentation

    It supports Docx, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more... Try the to convert DOCX, XLSX, PPTX, and more. This...(TARGA) ✅ ✅ TIF Tagged Image File Format ✅ ✅ TIFF Tagged Image File...

    docs.groupdocs.com/conversion/python-net/suppor...
  9. Get Possible Conversions | Documentation

    This article demonstrates how To get possible conversions for a file type using GroupDocs.Conversion for Python via .NET API...., "docx" . converter.get_possible_conversions()...eps, xps, tex, ps, pcl, svg, pdf, ppt, pps, pptx, ppsx, odp, otp...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps To read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....derivative of RIFF, AVI files can be tagged with metadata in the INFO chunk...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-me...