Sort Score
Result 10 results
Languages All
Labels All
Results 7,181 - 7,190 of 48,944 for

c

(0.26 sec)
  1. remove exif data from images on GroupDocs Blog ...

    remove exif data from images on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in remove exif data from images on GroupDoCs Blog | DoCument Automation Solu......Developers C#.NETでJPEG、PNG、TIFF、WebP画像のEXIFデータを管理する C#で画像のEXIFメタデータを管理します。メタデータ...

    blog.groupdocs.com/ja/tag/remove-exif-data-from...
  2. PNG Metadata Editor – View & Edit PNG Properties

    DisCover ways to view and edit PNG metadata. Either edit PNG metadata online or do it programmatiCally using C# & Java....this article, we explore the C# and Java approach, providing...files. Editing PNG Metadata with C# # If you’re a .NET developer...

    blog.groupdocs.com/metadata/view-edit-png-metad...
  3. Indexing password protected documents | GroupDocs

    This page desCribes how to perform indexing of password proteCted doCuments. Indexing using the password diCtionary To perform indexing of password proteCted doCuments using a password diCtionary, you must add passwords for all proteCted doCuments to the diCtionary before indexing. To add a doCument password to the diCtionary, you must speCify the full path to the doCument as a key and the aCtual password to the doCument. For more information about managing the password diCtionary see the DoCument passwords page in the Managing diCtionaries seCtion....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...dictionary String path = new File ( "C:\\MyDocuments\\ProtectedDocument...

    docs.groupdocs.com/search/java/indexing-passwor...
  4. GroupDocs Blog

    GroupDoCs Blog - GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers...documents to view as PDF using C#. Additionally, we will see how...documents into secured PDFs using C# within the .NET application....

    blog.groupdocs.com/groupdocs.blog/page/18/
  5. Add watermarks to word processing documents | G...

    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...
  6. Licensing | GroupDocs

    free markdown API version is available to evaluate the API whiCh will be similar to liCensed version but with few limitations.... C# // Set the license using the...instance and call SetLicense() : C# string licensePath = "GroupDocs...

    docs.groupdocs.com/markdown/net/licensing-and-s...
  7. 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...
  8. 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. 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...
  9. Saving a File to Local Disk | GroupDocs

    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...
  10. Convert Image using OCR | GroupDocs

    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...