Sort Score
Result 10 results
Languages All
Labels All
Results 9,411 - 9,420 of 48,081 for

c

(0.09 sec)
  1. Load document from FTP | GroupDocs

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

    docs.groupdocs.com/conversion/java/load-documen...
  2. 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...
  3. Load from local disk | GroupDocs

    This artiCle explains how to load from loCal disk while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\document.docx" string filePath...

    docs.groupdocs.com/watermark/net/load-from-loca...
  4. 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...
  5. 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-...
  6. Get document information | GroupDocs

    This artiCle explains how to deteCt doCument file type and CalCulate pages Count when merge PDF, Word(DOC, DOCX), ExCel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDoCs.Merger....Merger merger = new Merger ( @"c:\sample.vsdx" )) { IDocumentInfo...

    docs.groupdocs.com/merger/net/get-document-info...
  7. Load custom fonts. | GroupDocs

    The page desCribes how to load Custom fonts....fonts while generating preview: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/loading-custo...
  8. Put image annotations over the text using ZInde...

    This page desCribes how to set image ZIndex to plaCe it over the text...ZIndex of the image annotation: C# ImageAnnotation area = new ImageAnnotation...

    docs.groupdocs.com/annotation/net/put-image-ann...
  9. 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...
  10. Numbered List in Word Processing Document | Gro...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Numbered List report in Word ProCessing DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. Numbered List in MiCrosoft Word DoCument Creating a Numbered List PraCtising the following steps you Can Create Numbered List Template in MS Word 2013. In your doCument, write a sentenCe like “We provide support for the following Clients:”.... Oven Cleaning C & D (Manager: John Smith) 5. Regular...Regular Cleaning 2. Oven Cleaning C & D (Manager: John Smith) 1. Regular...

    docs.groupdocs.com/assembly/java/numbered-list-...