Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 1,561 for

word to image

(0.43 sec)
  1. rich-text-formatting.md.txt

    This document contains a variety of formatted elements that are used To test document rendering quality during file conversion # **Font Formatting** Source Sans Pro Light......lines wrapped in the same way in Word and in Pdf. This text has shading...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/vi/markdown/groupdocs-markdo...
  2. rich-text-formatting.md.txt

    This document contains a variety of formatted elements that are used To test document rendering quality during file conversion # **Font Formatting** Source Sans Pro Light......lines wrapped in the same way in Word and in Pdf. This text has shading...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/zh-hant/markdown/groupdocs-m...
  3. GroupDocs.Markdown for .NET — 将文档导出为 Markdown —...

    使用本地部署的 .NET API 将 PDF、Word、Excel、HTML 等导出为 Markdown。首次公开发布已发布。...sxc Word / 富文本 .doc , .docx , .dot ,...lines wrapped in the same way in Word and in Pdf. This text has shading...

    blog.groupdocs.com/zh/markdown/groupdocs-markdo...
  4. GroupDocs.Markdown for .NET — 將文件匯出為 Markdown —...

    使用本地部署的 .NET API,將 PDF、Word、Excel、HTML 等文件匯出為 Markdown。首次公開發行已發布。...sxc Word / Rich Text .doc , .docx , ...lines wrapped in the same way in Word and in Pdf. This text has shading...

    blog.groupdocs.com/zh-hant/markdown/groupdocs-m...
  5. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you To detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method To obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class.... It can be an estimated word count, page count, character...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you To detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... It can be an estimated word count, page count, character...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. rich-text-formatting.md.txt

    This document contains a variety of formatted elements that are used To test document rendering quality during file conversion # **Font Formatting** Source Sans Pro Light......lines wrapped in the same way in Word and in Pdf. This text has shading...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/zh/markdown/groupdocs-markdo...
  8. rich-text-formatting.md.txt

    This document contains a variety of formatted elements that are used To test document rendering quality during file conversion # **Font Formatting** Source Sans Pro Light......lines wrapped in the same way in Word and in Pdf. This text has shading...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/fr/markdown/groupdocs-markdo...
  9. rich-text-formatting.md.txt

    This document contains a variety of formatted elements that are used To test document rendering quality during file conversion # **Font Formatting** Source Sans Pro Light......lines wrapped in the same way in Word and in Pdf. This text has shading...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/ru/markdown/groupdocs-markdo...
  10. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer To Supported document formats. Detecting the exact type of a presentation The following sample of code will help you To detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method To obtain file format information advanced_usage.... It can be an estimated word count, page count, character...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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