Sort Score
Result 10 results
Languages All
Labels All
Results 9,081 - 9,090 of 11,240 for

formatting

(0.07 sec)
  1. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....( Model\ViewOptions :: VIEW_FORMAT_JPG ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "JPG" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  2. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...t.pptx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  3. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how to protect output PDF document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....( Model\ViewOptions :: VIEW_FORMAT_PDF ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "PDF" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  4. Get View Info for Outlook Data File | Documenta...

    GroupDocs.Viewer Cloud provides additional information for Outlook Data Files when calling Info method. Following example demonstrates how to retrieve view information for Outlook Data File. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....ost" , "format" : "Outlook Offline Data File"..."SampleFiles/sample.ost" viewOptions . view_format = "HTML" request = GroupDocsViewerCloud...

    docs.groupdocs.cloud/viewer/get-view-info-for-o...
  5. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a CAD drawing. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...ts.dwg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-all-layouts/
  6. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.jpg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  7. SVG to PNG コンバーターを使用して SVG を PNG に変換します

    この記事では、C# で SVG を PNG に変換する方法を説明します。 GroupDocs.Conversion は、SVG から PNG へのコンバーターをプログラムで構築するための Cloud SDK と REST API を提供します。...ConvertSettings クラスのオブジェクトを作成し、FilePath、Format などの値を設定して初期化します。 ConvertDocument...ConvertSettings クラスのオブジェクトを作成し、FilePath、Format などの値を設定して初期化します。 var settings...

    blog.groupdocs.cloud/ja/conversion/convert-svg-...
  8. Parse Document on Document Processing REST APIs...

    Parse Document on Document Processing REST APIs | GroupDocs Cloud Recent content in Parse Document on Document Processing REST APIs | GroupDocs Cloud Extraire des données d'un PDF à l'aide de l'API...... PDF, HTML et de nombreux formats de fichiers Recent content...

    blog.groupdocs.cloud/fr/tag/parse-document/inde...
  9. pdf to word converter free online editable

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....NETでPDFをWordに変換する PDF(Portable Document Format) は、オンラインで文書を保護するための最も一般的なファイル形式の...

    blog.groupdocs.cloud/ja/tag/pdf-to-word-convert...
  10. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output image width. Specify image width in case when you want to change output image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save image proportions.... raster formats don’t have text layer) and...

    docs.groupdocs.cloud/viewer/imageoptions/