Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 1,140 for

sample code

(0.07 sec)
  1. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in Code Samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....ProjectManagementOpt class as shown in code samples below. When only one...correspondingly. The following code samples show how to render MS...

    docs.groupdocs.cloud/viewer/render-project-time...
  2. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....FilePath ": " documents \\ sample.pdf ", " StorageName ": ""...FilePath ": " watermark_images \\ sample_watermark.png ", " StorageName...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  3. Performance issue - Free Support Forum - groupd...

    Hello, We bought GroupDocs.Viewer (develop OEM version) for Java 2.10.0 on 201505, due to some reason we didn’t use it. Until recently, we tried to use it on our private cloud, but the performance is very poor. EX: I tried to open a xlsx file with 10KB and it took me more than 2 mins until I gave up. Then, I tried to preview a pptx file with 2MB which took me more than 4 mins to open. My question is any version I may download without further charge with my current license and may solve V2.1......path=D:/temp/doc-viewer/storage/pptx/sample.pptx&rotate=false&width=0&pageindex=0...dex=0 ”. The sample.pptx is attached as sample.zip that you can...

    forum.groupdocs.cloud/t/performance-issue/1855
  4. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....FilePath ": " documents \\ sample.pdf ", }, " WatermarkDetails..._watermark/documents/sample_pdf/sample.pdf" , "path" : "wate...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  5. Watermark Cloud API | GroupDocs.Watermark | .NE...

    Add, edit, or remove image/text watermarks from 40+ file formats in your .NET apps with GroupDocs.Watermark Cloud. Free trial!...Watermarks to a DOCX File using C# Code // For complete examples and...FileInfo { FilePath = "documents/sample.docx" }; var options = new...

    releases.groupdocs.cloud/watermark/net/
  6. Working with Text Documents | Documentation

    Textual documents are simple Plain Text flat files (TXT), that contain no images, pages, paragraphs, lists, tables and so on. However, users can create some primitive formatting like lists with leading markers, left indents with whitespaces, tables with pseudo-graphics, paragraphs with line breaks, and so on. GroupDocs.Editor Cloud can recognize some of these structures. Other non-obvious feature, that GroupDocs.Editor Cloud provides, is the ability to save edited TXT document not only back to TXT, but also to WordProcessing....'FileInfo': { 'FilePath': 'Text/sample.txt' }, 'OutputPath': 'Output'..."output\sample.files" , "htmlPath" : "output\sample.html" } SDK...

    docs.groupdocs.cloud/editor/working-with-text-d...
  7. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). 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....'FileInfo': { 'FilePath': 'cells/sample.tsv' }, 'OutputPath': 'Output'..."output\sample.files" , "htmlPath" : "output\sample.html" } SDK...

    docs.groupdocs.cloud/editor/working-with-dsv-do...
  8. 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...
  9. 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...
  10. 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-...