Sort Score
Result 10 results
Languages All
Labels All
Results 8,861 - 8,870 of 48,935 for

(c )

(0.75 sec)
  1. Online PowerPoint Presentation Editing on Group...

    Online PowerPoint Presentation Editing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Online PowerPoint Presentation Editing on GroupDocs Blog | Docu......ویرایش کنید یا با استفاده از C# و Java آن را به صورت برنامه نویسی...

    blog.groupdocs.com/fa/tag/online-powerpoint-pre...
  2. show or hide html page borders on GroupDocs Blo...

    show or hide html page borders on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in show or hide html page borders on GroupDocs Blog | Document Automation ......Mengonversi Dokumen ke HTML di C# Secara terprogram mengonversi...

    blog.groupdocs.com/id/tag/show-or-hide-html-pag...
  3. Azure on GroupDocs Blog | Document Automation S...

    Azure on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Azure on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 📄 Ký số PDF ......Signature trong C#. Hướng dẫn đầy đủ với ký hash...

    blog.groupdocs.com/vi/tag/azure/index.xml
  4. diff view library on GroupDocs Blog | Document ...

    diff view library on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in diff view library on GroupDocs Blog | Document Automation Solutions for .NET & Java ......NET & Java Developers Thư viện C# Diff để so sánh các tệp văn bản...

    blog.groupdocs.com/vi/tag/diff-view-library/ind...
  5. How to Run Examples | GroupDocs

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box.... string filePath = @"C:\sample.docx" ; // NOTE: Put here...outputFilePath = Path . Combine ( @"C:\output" , fileName ); // Sign...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  6. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....PDF and MS Word reports using C# using simple templates. CSV Comma...MS Word DOC/DOCX reports using C# using a simple template. XML...

    blog.groupdocs.com/categories/groupdocs.assembl...
  7. Tiled Rendering of CAD Documents using GroupDoc...

    We are pleased to announce the release of version 18.6 of GroupDocs.Viewer for .NET. The latest version provides the support of rendering DXF format as well as the tiled rendering of the CAD documents. Furthermore, we have added the feature of forced password validation for password protected documents. Along with the new features, there are 14 improvements and bug fixes in this monthly release. Below is the list of new features, improvements, and fixes added in GroupDocs....StoragePath = "c:\\storage"; //Set the password...ViewerConfig(); config.StoragePath = @"C:\storage"; // Create image handler...

    blog.groupdocs.com/viewer/tiled-rendering-of-ca...
  8. Render Print Area in Worksheets using GroupDocs...

    Here we go! Another monthly release of GroupDocs.Viewer for .NET is out now. In the current release, you will find new options to render print area and to include or exclude hidden columns and rows in the Cells documents. Furthermore, we have added the support of rendering POTX, PPTM, and EPS file formats. Below you find the list of new features, improvements, and fixes added in GroupDocs.Viewer for .NET 18....StoragePath = @"C:\storage"; // Create html handler...ViewerConfig(); config.StoragePath = @"C:\storage"; // Create html handler...

    blog.groupdocs.com/viewer/render-print-area-in-...
  9. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....getOutputStream = () -> getFileStream ( "c:\\files\\business-plan.pdf" );...converter = new Converter ( "c:\\files\\business-plan.docx" );...

    docs.groupdocs.com/conversion/java/save-file-to...
  10. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...to the watermark image. Ex: "C:\\Docs\\watermark.jpg" FileInputStream...

    docs.groupdocs.com/watermark/java/adding-image-...