Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 2,106 for

err

(0.04 sec)
  1. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details...."font/ttf" , } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertUsingCustomFo...

    docs.groupdocs.cloud/conversion/convert-using-c...
  2. 1. Convert CAD Document with Load Options | Doc...

    This example demonstrates how to convert cad document into pdf document with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....: "Gray" , }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertCadAndSpecify...

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  3. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body...."Receiver" }, }, }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertEmailWithFiel...

    docs.groupdocs.cloud/conversion/convert-email-d...
  4. GroupDocs.Merger Cloud |用于加入文档的 Java REST API

    Java Rest API和Cloud SDK将加入,合并,附加和组合云文档。支持将单个云文档提取和拆分为各个较小的文件。... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    releases.groupdocs.cloud/zh/merger/java/
  5. Convert Specific Pages | Documentation

    This example demonstrates how to convert specific pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....{ 1 , 3 }, }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertSpecificPages...

    docs.groupdocs.cloud/conversion/convert-specifi...
  6. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how to convert presentation documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....ShowHiddenSlides : true , }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertPresentationW...

    docs.groupdocs.cloud/conversion/convert-present...
  7. 5. Convert PDF Document with Load Options | Doc...

    This example demonstrates how to convert pdf documents into wordprocessing documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....HidePdfAnnotations : true , }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertPdfAndHideAnn...

    docs.groupdocs.cloud/conversion/convert-pdf-doc...
  8. How could I disable "Evaluation only ..." text ...

    https://forum.groupdocs.cloud/t/how-could-i-disable-evaluation-only-text-when-using-groupdocs-signature/3068/4 Hi, this is the input and output input.zip (126.9 KB) signedDigital_1690869677301.pdf (806.7 KB) This is …...catch((err) => { console.log("Error occurred...signing the PDF document:", err); }) VietRace365 August 1, 2023...

    forum.groupdocs.cloud/t/how-could-i-disable-eva...
  9. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body... : true , }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertToHtml...

    docs.groupdocs.cloud/conversion/convert-to-html...
  10. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body...."Arial" , }, }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertNoteBySpecify...

    docs.groupdocs.cloud/conversion/convert-one-not...