Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 847 for

doc to pdf

(0.11 sec)
  1. Conversion options by document family | Documen...

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Document Formats 6. Convert to PDF Formats 7. Convert to Text Formats...

    docs.groupdocs.cloud/conversion/conversion-opti...
  2. Comparing different file formats | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Upgrade an Order Free Support Docs Free Consulting Blog New Releases...feedback How to compare two PDF files Was this page helpful?...

    docs.groupdocs.cloud/comparison/comparing-diffe...
  3. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows To create Document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Create preview images Download images For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FileInfo': { 'FilePath': 'sample2.pdf' }, 'Format': 'jpg' }" Response...

    docs.groupdocs.cloud/signature/create-document-...
  4. Working with Conversion API | Documentation

    This API intended for convert the Document To specified target format. URI ~/ HTTP POST Example 2 (Convert Document) Takes as input and returns. Example URL https://api.groupDocs.cloud/v2.0/conversion Request { "FilePath": "/words/Docx/one-page.Docx", "Format": "Pdf", "OutputPath": "converted" } Response [ { "name": "one-page.Pdf", "size": 17958, "url": "converted/one-page.Pdf" } ]...Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."/words/docx/one-page.docx" , "Format" : "pdf" , "OutputPath" : "converted"...

    docs.groupdocs.cloud/conversion/conversion-api/
  5. Enable layered rendering | Documentation

    When rendering inTo HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML Document size. To improve content positioning wen rendering multi-layered Pdf Document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according To z-order in original Pdf Document when rendering inTo HTML. This option is supported when rendering To HTML only. Following code sample demonstrates how To enable layered rendering....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...by document type / Rendering PDF Documents / Enable layered rendering...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  6. Evaluation tier | Documentation

    Evaluate GroupDocs.Translation Cloud service without registration....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...is not supported. Translate PDF document Maximum 1,000 characters...

    docs.groupdocs.cloud/translation/evaluation/
  7. Supported Document Formats | Documentation

    This page is a reference for all Document and image formats supported by GroupDocs.Signature Cloud V2 Image Formats Format File Extension Signature Bitmap Picture (BMP) BMP ✔ Computer Graphics Metafile CGM ✔ CorelDraw Image CDR ✔ Corel Exchange image CMX ✔ Digital Imaging and Communications in Medicine (DICOM) DCM ✔ Deja Vu (DjVu) DJVU ✔ Digital Negative Specification DNG ✔ Windows Enhanced Metafile (EMF) EMF ✔ Encapsulated PostScript EPS ✔ Graphics Interchange Format (GIF) GIF ✔ Windows Icon ICO ✔ JPEG 2000 (JP2) JP2, JPF, JPX, J2K, J2C, JPM ✔ Joint PhoTographic Experts Group (JPEG) JPG, JPEG ✔ Open Document Graphic ODG ✔ Printer Command Language PCL ✔ Portable Network Graphics (PNG) PNG ✔ PostScript (PS) PS ✔ Adobe PhoToshop Document (PSD) PSD ✔ Scalable VecTor Graphics (SVG) SVG ✔ Tagged Image File Format (TIFF) TIF, TIFF ✔ WebP Image WEBP ✔ Windows Metafile (WMF) WMF ✔ Pdf Formats Format File Extension Signature Adobe Portable Document Format (Pdf) Pdf ✔ Presentation Formats Format File Extension Signature OpenDocument Presentation ODP ✔ OpenDocument Presentation Template OTP ✔ Microsoft PowerPoint Macro-Enabled Template POTM ✔ Microsoft PowerPoint Template POTX ✔ Microsoft PowerPoint 97-2003 Slide Show PPS ✔ Microsoft PowerPoint Macro-Enabled Slide Show PPSM ✔ Microsoft PowerPoint Slide Show PPSX ✔ Microsoft PowerPoint 97-2003 Presentation PPT ✔ Microsoft PowerPoint Macro-Enabled Presentation PPTM ✔ Microsoft PowerPoint Presentation PPTX ✔ Spreadsheet Formats Format File Extension Signature Comma Separated Values File CSV ✔ OpenDocument Spreadsheet ODS ✔ OpenDocument Spreadsheet Template OTS ✔ Tab Separated Values File TSV ✔ Microsoft Excel 97-2003 Worksheet XLS ✔ Microsoft Excel Binary Worksheet XLSB ✔ Microsoft Excel Macro-Enabled Worksheet XLSM ✔ Microsoft Excel Worksheet XLSX ✔ Word Processing Formats Format File Extension Signature Microsoft Word 97-2003 Document Doc ✔ Microsoft Word Macro-Enabled Document DocM ✔ Microsoft Word Document DocX ✔ Microsoft Word 97-2003 Template DOT ✔ Microsoft Word Macro-Enabled Template DOTM ✔ Microsoft Word Template DOTX ✔ OpenDocument Text ODT ✔ OpenDocument Text Template OTT ✔ Rich Text Document RTF ✔ Plain Text Document TXT ✔...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Image ✔ Windows Metafile (WMF) ✔ PDF Formats Format File Extension...

    docs.groupdocs.cloud/signature/supported-docume...
  8. Basic usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Upgrade an Order Free Support Docs Free Consulting Blog New Releases...attachments HTML Viewer Image Viewer PDF Viewer Was this page helpful...

    docs.groupdocs.cloud/viewer/basic-usage/
  9. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you To adjust quality of output images contained by the source Pdf Document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set To: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering To HTML only. Following code snippet shows how To adjust image quality when rendering To HTML....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...by document type / Rendering PDF Documents / Adjust image quality...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  10. 用於保護文檔的水印雲 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通過 REST API 對文檔添加水印。特點包括;添加圖像或文本水印,刪除、替換或搜索水印。...add(request); C# 中的 PDF 文檔去除水印 # 下面的代碼片段展示瞭如何使用 [GroupDocs...for .NET][13] 在 CSharp 中快速刪除 PDF 文檔中的任何水印。 // For complete examples...

    blog.groupdocs.cloud/zh-hant/watermark/watermar...