Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 11,807 for

format

(0.06 sec)
  1. Adding watermarks | GroupDocs

    Adding watermark to any supported document Format using GroupDocs.Watermark consists of some easy steps...watermark to any supported document format using GroupDocs.Watermark consists...

    docs.groupdocs.com/watermark/net/adding-waterma...
  2. Developer Guide | GroupDocs

    Developer Guide section explains all aspects of GroupDocs.Editor for Java file editor features, provides code snippets and examples of editing Microsoft Office Formats progammatically in Java applications...document Create new document by format Save document Extracting document...edit Mobi file Working with formats Working with HTML resources...

    docs.groupdocs.com/editor/java/developer-guide/
  3. Unicode Font(Bangla) Support Issue - Free Suppo...

    Bangla Sample Text 01.docx (22.6 KB) Bangla Sample Text 02.docx (12.9 KB) Distorted Text in Group Docs Viewer.pdf (1.6 MB) We were trying to render Bangla Unicode font in Group Docs viewer but we found it get distorte…...we found almost 90% correct format for the same documents. We...

    forum.groupdocs.com/t/unicode-font-bangla-suppo...
  4. resume.pdf

    NAME HERE JOB TITLE HERE PROFILE Want to put your own image in the circle? It is easy! Select the image and do a right mouse click. Select “Fill” from the shortcut menu. Choose Picture… from the li...... Go to the Picture Tools Format menu. Click on the down arrow...

    docs.groupdocs.com/viewer/net/images/rendering-...
  5. Render DOC as Image using Python

    Quickly learn how to render DOC as image using Python. This tutorial explains how to convert DOC to image in Python with page-wise rendering and customizable output....original layout, fonts, and formatting. After reading this topic...rendering a DOC file to an image format is both simple and flexible...

    kb.groupdocs.com/viewer/python/render-doc-as-im...
  6. Render DOCX to PDF using Node.js

    Let's learn how to render DOCX to PDF using Node.js with simple steps. There is no need to install any extra software to render DOCX to PDF in Node.js....limits Configure the output format by initializing PDF-specific...delivering accurate layouts and formatting. It’s an efficient use of...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-p...
  7. Advanced Documents Conversion APIs for .NET and...

    Share this issue: Monthly NewsletterOctober 2018 Business Documents Conversion APIs for .NET and Java Convert between 50+ Document and Image File Formats GroupDocs.Conversion Product Family combines .NET and Java APIs suite for faster and accurate conversion of business documents and image file Formats between Word, Excel, PowerPoint, PDF, Visio, Project, Outlook, HTML, Photoshop, AutoCAD and image Formats. Using the document converter API is very simple as it uses just one method with set of options to convert between different Formats....50+ Document and Image File Formats GroupDocs.Conversion Product...business documents and image file formats between Word, Excel, PowerPoint...

    blog.groupdocs.com/total/advanced-documents-con...
  8. Search text in HTML documents | Documentation

    To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....Extract data from various formats / Extract data from HTML documents...Console . WriteLine ( string . Format ( "At {0}: {1}" , s . Position...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  9. Search text in HTML documents | GroupDocs

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....Extract data from various formats / Extract data from HTML documents.... out . println ( String . format ( "At %d: %s" , s . getPosition...

    docs.groupdocs.com/parser/java/search-text-in-h...
  10. 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....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

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