Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 2,700 for

one

(0.28 sec)
  1. PDF & Word Reports from CSV Data using C# | .NE...

    Convert CSV to PDF & Word formats with templates using C#. Automate PDF & DOC/DOCX reports generation using .NET Reporting API by GroupDocs.... In one of our posts, we have seen how...

    blog.groupdocs.com/assembly/generate-reports-fr...
  2. eSign document with Barcode signature | GroupDocs

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...by setting the property with one of the predefined supported types...

    docs.groupdocs.com/signature/net/esign-document...
  3. Evaluation Limitations and Licensing of GroupDo...

    free electronic signature Java api version is available to evaluate the API which will be similar as licensed but with few limitations...pretty much same as the licensed one but you will face few limitations...

    docs.groupdocs.com/signature/java/evaluation-li...
  4. Load document | GroupDocs

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for .NET API....instance of the class using one of its constructor overloads...

    docs.groupdocs.com/editor/net/load-document/
  5. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for .NET.... If there is at least one common letter in two compared...

    docs.groupdocs.com/comparison/net/adjusting-com...
  6. Adjusting comparison sensitivity | GroupDocs

    Learn how to adjust comparison sensitivity to balance speed and accuracy using GroupDocs.Comparison for Python via .NET.... If there is at least one common letter in two compared...

    docs.groupdocs.com/comparison/python-net/adjust...
  7. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....the class is initialized using one of the ways described above,...single input XML document, with one or more pages. class is responsible...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  8. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features.... First one obtains a single parameter —...

    docs.groupdocs.com/editor/java/edit-document/
  9. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for .NET API....moves some document parts from one location to another, is performed...password, it can be done using one line of code: C# saveOptions...

    docs.groupdocs.com/editor/net/save-document/
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass One of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....rasterization options you have to pass one of the options to method. In...

    docs.groupdocs.com/redaction/java/use-advanced-...