Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 1,144 for

sample code

(0.06 sec)
  1. Working with Presentations | Documentation

    Presentation documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by GroupDocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....{ 'FilePath': 'Presentation/sample.pptx' }, 'OutputPath': 'Output'..."output\sample.files" , "htmlPath" : "output\sample.html" } SDK...

    docs.groupdocs.cloud/editor/working-with-presen...
  2. Internal error: Exception of type ‘System.OutOf...

    Hi We are seeing this error. It is impacting our production traffic badly.We are a paid subscription member and use Python API. Earlier it was once in a week…now it is every day few times.Sample snippet is app_…...Sample snippet is app_sid = settings...something like that: { "Error":{ "Code":"ErrorItemNotFound", "Message":"Error...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  3. Word to HTML | DOC to HTML Online | DOCX to HTM...

    Convert Word documents to HTML in C# .NET. Learn benefits of converting DOC, DOCX file to HTML format with C# .NET....UploadFile(new UploadFileRequest("input-sample.doc", stream)); Create an instance...Product documentation API source code Free support forum Free consulting...

    blog.groupdocs.cloud/conversion/convert-doc-to-...
  4. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....FilePath ": " with_watermarks \\ sample.pdf " }, " OutputFolder ":...FilePath ": " watermark_images \\ sample_watermark.png ", " StorageName...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  5. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....FilePath ": " with_watermarks \\ sample.pdf ", }, " ReplaceTextOptions...{ " FilePath ": " images \\ sample.jpg " } }, " TextSearchCriteria...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  6. 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....token>" -d "{ 'FilePath': 'Cad/Sample.dwg', 'Format': 'pdf', 'LoadOptions':...: "Sample.pdf" , "size" : 20072 , "path" : "Output/Sample.pdf"...

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  7. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....FilePath ": " with_watermarks \\ sample.pdf " }, " OutputFolder ":...FilePath ": " watermark_images \\ sample_watermark.png " } } }" Response...

    docs.groupdocs.cloud/watermark/search-watermarks/
  8. theme.css

    /* Edming Admin Template EGrappler.com All Rights Reserved. */ body { font-size: 13px; font-family: 'Open Sans', Arial, sans-serif; background: #fff; color: #777; height: 100%; } .full-height { hei......small { font-size: 11px } pre, code { padding: 1px 2px; font-weight:...docs-example:after { content: "Sample"; position: absolute; top:...

    menu.containerize.com/assets/css/theme.css
  9. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV 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...."{ 'FilePath': 'Spreadsheet/sample.csv', 'Format': 'pdf', 'LoadOptions':...: "sample.pdf" , "size" : 35061 , "path" : "Output/sample.pdf"...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  10. .NET Metadata Reader, Viewer, Extractor, Remove...

    C# .NET metadata API to read, write, edit, analyze, search, extract, remove, compare & export metadata of PDF Word Excel PPTX Outlook Audio Video & Images....metadata = new Metadata ( "sample.jpeg" )) { // Remove main metadata...in MOV, MP3, and WEBP files Code samples Some use cases of typical...

    products.groupdocs.com/metadata/net/