Sort Score
Result 10 results
Languages All
Labels All
Results 7,731 - 7,740 of 11,531 for

formatting

(0.18 sec)
  1. C# Diff Library - Porównaj pliki tekstowe (PDF,...

    Porównuje i łączy dokumenty Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, tekstowe i HTML. Interfejs API porównywania dokumentów porównuje zawartość w celu wykrycia zmian słów, akapitów i znaków....określa żądane numery stron, format obrazu itp. Poniżej przedstawiono...zdarzeń CreatePageStream); format podglądu obrazu - PNG/JPG/BMP;...

    blog.groupdocs.com/pl/comparison/groupdocs-comp...
  2. 使用 C# 将 PDF 转换为灰度 JPG 和 PNG 图像

    在 C# 中将 PDF 文档转换为灰度 JPG 或 PNG 图像。在 .NET 应用程序中应用伽玛、管理对比度或控制亮度。...= new ImageConvertOptions { Format = ImageFileType.Jpg, Grayscale...= new ImageConvertOptions { Format = ImageFileType.Png, Grayscale...

    blog.groupdocs.com/zh/conversion/convert-pdf-to...
  3. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark 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_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....different formats of the documents. Document Format Unit of Measure...margins For most document formats you can set page margins when...

    docs.groupdocs.com/watermark/java/adding-text-w...
  4. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....embedded into different media formats. The defined XMP data model...in a file of any supported format, GroupDocs.Metadata provides...

    docs.groupdocs.com/metadata/java/working-with-x...
  5. Inserting edited worksheet into existing spread...

    This article describes the new feature of the GroupDocs.Editor for .NET version 20.10 - inserting an edited worksheet into existing spreadsheet...Creating an instance of class with format of output spreadsheet file...new SpreadsheetSaveOptio ( Formats . SpreadsheetFormats . Xlsx...

    docs.groupdocs.com/editor/net/inserting-edited-...
  6. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....compare documents for other formats such as PDF, DOC, XLSX, PPTX...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  7. How to Add Watermark in Word using C#

    This short article focus on how to add watermark in Word using C#. It's a step-by-step instructions with sample code to insert watermark in Word using C#....write code example to insert formatted watermark in DOCX . Below...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  8. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....to convert XLSX files to CSV format. For more information, please...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert MPP to PDF in Java

    Easily transform Microsoft project files into a non-editable format, learn how to convert MPP to PDF in Java, and develop the Java MPP to PDF converter application....conversion to the specified format and stores the file on the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert CSV to Excel in C#

    This short article focus on how to convert CSV to Excel in C#. Further, this guide consists of convert CSV to XLSX C# code along with detailed instructions....transformation from CSV to Excel format can be accomplished by following...

    kb.groupdocs.com/conversion/net/how-to-convert-...