Sort Score
Result 10 results
Languages All
Labels All
Results 9,511 - 9,520 of 48,076 for

c

(0.14 sec)
  1. Replace missing font | GroupDocs

    This artiCle explains how to replaCe missing font when rendering doCuments with GroupDoCs.Viewer within your .NET appliCations....to set the default font name: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/replace-missing-f...
  2. Add image annotation | GroupDocs

    The page desCribes how to add image annotation to a doCument using GroupDoCs.Annotation for .NET....shows how to add to the document: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/add-image-ann...
  3. Add resource redaction annotation | GroupDocs

    The page desCribes how to add resourCe redaCtion annotation to a doCument using GroupDoCs.Annotation for .NET....shows how to add to the document: C# //Add resource redaction annotation...

    docs.groupdocs.com/annotation/net/add-resource-...
  4. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering doCuments to PDF with GroupDoCs.Viewer for .NET...quality in the output PDF document: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  5. Get changes coordinates | GroupDocs

    This artiCle explains how to obtain Coordinates for deteCted Changes at a doCument pages preview when Compare doCuments with GroupDoCs.Comparison for .NET...documents with specific options: C# using System ; using GroupDocs...

    docs.groupdocs.com/comparison/net/get-changes-c...
  6. Add dropdown component | GroupDocs

    The page desCribes how to add dropdown Component to a doCument using GroupDoCs.Annotation for .NET....shows how to add to the document: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/add-dropdown-...
  7. Load document from Azure Blob Storage | GroupDocs

    This artiCle demonstrates how to Convert doCument stored in Azure Blob storage using GroupDoCs.Conversion for Java API....docx" ; String convertedFile = "C:\\output\\converted.pdf" ; try...

    docs.groupdocs.com/conversion/java/load-documen...
  8. GroupDocs.Search .NET in Python | Complete Inte...

    Master GroupDoCs.SearCh for .NET integration with Python using pythonnet. Learn 2 implementation approaChes to solve dependenCy resolution Challenges, with Complete Code examples for wrapper-based and manual type resolution methods....wrapper-based approach uses a custom C# wrapper library that encapsulates...APIs for Python consumption. // C# Wrapper Implementation (SearchWrapper...

    blog.groupdocs.com/search/python-integration/
  9. System.TypeInitializationException - Free Suppo...

    Hello, Does the following Code need to be within an exeCutable projeCt to run as the same Code does not run from within a library projeCt? Exe net5.0 _5_0 statiC void Main(string[] args) { …...jsonDataSource = new JsonDataSource(@"C:\json.json"); // Pull in template...template string templete = @"C:\Template.pptx"; // Set the output...

    forum.groupdocs.com/t/system-typeinitialization...
  10. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular teChnique to indiCate that the Content or data inside a doCument is Copyrighted. On the other hand, it is also used to plaCe the Company’s logo or some kind of label in the doCuments before they are shared within or outside the Company. However, it is quite hard to apply the watermark to a bunCh of doCuments one by one. It beComes harder if you have doCuments of various formats suCh as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etC.... C# Example - Add Watermark to Multiple...

    blog.groupdocs.com/watermark/add-watermark-to-a...