Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 46,590 for

(c )

(0.04 sec)
  1. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page.... Ex: "C:\\Docs\\document.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.docx" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Use advanced rasterization options | Documentation

    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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so.... C# using ( Redactor redactor = new...option with custom settings. C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  3. Remove Password Protection form Excel Files | U...

    Remove password from Excel spreadsheets. Unlock password protected XLS/XLSX files using free online password remover app & programmatically....protected spreadsheets using C# and Java . Online Password Remover...Unlocking Excel Spreadsheets using C# # Let’s now see how to unlock...

    blog.groupdocs.com/merger/unlock-excel-spreadsh...
  4. Convert Source Code to PDF using Java | Python,...

    Transform source code files to PDF format in Java. Convert Python, Java, PHP, and more programming language files to PDF using document conversion API....convert Java, PHP, Python, C#, C++ source code to PDF format...programming languages like C#, C/C++, GROOVY, Ruby, and more....

    blog.groupdocs.com/viewer/convert-source-code-t...
  5. Saving a File to Local Disk | Documentation

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API...., C:\files\converted.pdf) or a relative...converter = new Converter ( "c:\\files\\business-plan.docx" );...

    docs.groupdocs.com/conversion/java/save-file-to...
  6. Convert Image using OCR | Documentation

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....0F ; foreach ( var c in lineText ) { if ( c == ' ' ) length +=...if ( NarrowChars . Contains ( c )) length += 0.5F ; else if (...

    docs.groupdocs.com/conversion/net/convert-image...
  7. How to merge PNG images using Node.js via Java ...

    Learn how to merge PNG image files, combine PNG image files into one file programmatically in nodejs-java language using GroupDocs.Merger for Node.js via Java library.... Merger ( 'c:/sample1.png' ); const imageJoinModeVertica...imageJoinModeVertica ); merger . join ( 'c:/sample2.png' , imageJoinOptions...

    docs.groupdocs.com/merger/nodejs-java/getting-s...
  8. How to merge BMP images using Node.js via Java ...

    Learn how to merge BMP image files, combine BMP image files into one file programmatically in nodejs-java language using GroupDocs.Merger for Node.js via Java library.... Merger ( 'c:/sample1.bmp' ); const imageJoinModeVertica...imageJoinModeVertica ); merger . join ( 'c:/sample2.bmp' , imageJoinOptions...

    docs.groupdocs.com/merger/nodejs-java/getting-s...
  9. Customize watermarks | Documentation

    This article shows how to adjust text or image watermarks to your needs....watermarker = new Watermarker ( "C:\\Docs\\sample.docx" )) { // Specify...document watermarker . Save ( "C:\\Docs\\watermarked-sample.docx"...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  10. Custom text extractors | Documentation

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones.... C# public class LogExtractor : IFieldExtractor...extractor for indexing. C# string indexFolder = @"c:\MyIndex\" ; // Specify...

    docs.groupdocs.com/search/net/custom-text-extra...