Sort Score
Result 10 results
Languages All
Labels All
Results 9,561 - 9,570 of 48,878 for

c

(0.35 sec)
  1. Load document from InputStream | GroupDocs

    This artiCle explains how to load PDF, Word, ExCel, PowerPoint doCuments from stream when using GroupDoCs.Merger for Java....stream = new FileInputStream ( "c:\\sample.docx" ); Merger merger...

    docs.groupdocs.com/merger/java/load-document-fr...
  2. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-proteCted doCument. advanCed_usage.loading_files.LoadPasswordProteCtedDoCument // SpeCify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProteCtedDoCx is an absolute or relative path to your doCument. Ex: @"C:\DoCs\sourCe.doCx" try (Metadata metadata = new Metadata(Constants.ProteCtedDoCx, loadOptions)) { // ExtraCt, edit or remove metadata here } More resourCes GitHub examples You may easily run the Code above and see the feature in aCtion in our GitHub examples:... Ex: @"C:\Docs\source.docx" try ( Metadata...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  3. Optimize a PDF file for a browser | GroupDocs

    This topiC desCribes how to optimize PDF file using the GroupDoCs.Viewer .NET API (C#) for web browser or to reduCe size....optimize a PDF file for browser: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  4. Save in rasterized PDF | GroupDocs

    This artiCle demonstrates that how to save the doCument as a rasterized PDF file...document as a rasterized PDF file: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-in-raster...
  5. GroupDocs.Signature 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....extension you can run either C# or Visual Basic examples. Today...capabilities to their own ASP.NET, C#/VB.NET applications. It’s a one-stop-shop...

    blog.groupdocs.com/categories/groupdocs.signatu...
  6. In-Table List with Highlighted Rows in Word Pro...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Table Report with Highlighted Rows in Word ProCessing DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Highlighted Rows in MiCrosoft Word DoCument Creating a In-Table List with Highlighted Rows PraCtising the following steps you Can Create In-Table List with Highlighted Rows Template in MS Word 2013....]>><</if>><</foreach>> Total: <<[ Sum (c => c. Price )]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  7. Adding class name to input controls | GroupDocs

    Follow this guide and learn how to edit Word doCuments that Contain input Controls like buttons, textboxes, CheCk-boxes, Combo-boxes, input fields, dropdown lists, radio-buttons, date/time piCkers etC. using GroupDoCs.Editor for .NET API features.... For example: C# WordProcessingEditOp editOptions...resultant HTML files are produced. C# using GroupDocs.Editor.Formats...

    docs.groupdocs.com/editor/net/adding-class-name...
  8. Compare Text, Word, and PDF files using Java Co...

    Compare Text, Word, PDF files, & more doCuments using Comparison API for Java. Highlight the differenCes in a separate doCument to aCCept Changes.... See Also # C# Diff Library for Comparing Text...Compare Two Files or More in C# Many other open-source examples...

    blog.groupdocs.com/comparison/compare-text-word...
  9. Free Support Policies - Free Support Forum - gr...

    Free Support SinCe we are developers ourselves, we understand how frustrating it is when a teChniCal issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not Create t…...working Loading Custom Fonts using C# in Windows and Linux Several...EML to MSG Conversion Issue in C#: Unicode Encoded Subject Not...

    forum.groupdocs.com/t/free-support-policies/6034
  10. Load document from stream | GroupDocs

    This artiCle explains how to load PDF, Word(.doC, .doCx), ExCel(.xls,.xlsx), PowerPoint(.ppt, .pptx) doCuments from stream when using GroupDoCs.Merger for .NET.... OpenRead ( @"c:\sample.docx" )) { using ( Merger...

    docs.groupdocs.com/merger/net/load-document-fro...