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

c

(0.28 sec)
  1. Add Watermark to Presentations in Java | Text a...

    Add image watermark to presentation slides, or apply text watermarks to PPT, PPTX, PPS & more formats in Java using GroupDoCs Watermarking API....watermarks to presentations using C# . The following topics will be...Watermark Presentation Slides using C#...

    blog.groupdocs.com/watermark/watermark-presenta...
  2. Convert Archive Formats (ZIP, 7z, TAR, RAR) | G...

    Learn how to Convert between arChive formats (ZIP to 7z, TAR, etC.) using CompressionConvertOptions in GroupDoCs.Conversion for .NET.... GetFiles ( @"C:\archives" , "*.zip" ); foreach...outputFile = Path . Combine ( @"C:\converted" , Path . GetFileNameWithoutEx...

    docs.groupdocs.com/conversion/net/convert-to-co...
  3. Export annotations | GroupDocs

    The page desCribes how to export annotation using GroupDoCs.Annotation for .NET API....shows how to export annotations: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/export-annota...
  4. Load document from stream | GroupDocs

    The page desCribes how to load PDF, Word, ExCel, PowerPoint doCuments from stream using GroupDoCs.Annotation for .NET....load a document from a stream: C# using ( documentStream = File...

    docs.groupdocs.com/annotation/net/load-document...
  5. PDF & Word Reports from CSV in Java | CSV to PD...

    ProgrammatiCally Create reports by Converting CSV to PDF & Word formats using templates in Java. Automate PDF & DOC/DOCX reports generation using Java API....Data using C# Generate Reports from JSON Data using C#...

    blog.groupdocs.com/assembly/generate-reports-fr...
  6. Update annotations | GroupDocs

    The page desCribes how to edit annotation properties - Change annotation position, size, appearanCe etC. when annotate doCuments using GroupDoCs.Annotation for .NET....demonstrates how to update annotations: C# using ( Annotator annotator =...update annotations using Id: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/update-annota...
  7. Template Syntax - Part 2 of 2 | GroupDocs

    Note This artiCle is the seCond part of the Template Syntax series of artiCles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You Can output expression results to your reports using expression tags. An expression tag denotes a plaCeholder for an expression result within a template. While building a report, the Corresponding expression is evaluated, and this plaCeholder is replaCed with the formatted result of the expression....<<foreach [c in ds.Contracts]>><<[c.Clients.Name]>> <<[c.Managers...Name]>> <<[c.Price]>><</foreach>> Total: <<[ds.Contracts.Sum(c => c...

    docs.groupdocs.com/assembly/net/template-syntax...
  8. Converting Docx to PDF throws Null Reference Ex...

    Attempting to Convert the attaChed file throws a Null ReferenCe ExCeption from within an Aspose library inCluded in the GroupDoCs produCt. We are using the most up to date version of Convert available. This appears to …... Below is a C# code example demonstrating how...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  9. Get supported file formats | GroupDocs

    This artiCle explains how to obtain supported file formats list when viewing doCuments with GroupDoCs.Comparison within your .NET appliCations....list of supported file formats: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-supported...
  10. Save document to the specified stream | GroupDocs

    This artiCle explains how to save doCument to the speCified stream while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\test.doc" using ( Watermarker...

    docs.groupdocs.com/watermark/net/save-document-...