Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 3,052 for

list

(1.68 sec)
  1. Get supported file types | GroupDocs

    This article explains how to obtain supported file formats List when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your .NET applications....Leave feedback allows to get the list of all by following the below...to get supported file formats list. IEnumerable < FileType > supportedFileTypes...

    docs.groupdocs.com/merger/net/get-supported-fil...
  2. protected-resume.pdf

    NAME HERE JOB TITLE HERE PROFILE Want to put your own image in the circle? It is easy! Select the image and do a right mouse click. Select “Fill” from the shortcut menu. Choose Picture… from the li...... Choose Picture… from the list. Navigate your computer to get...“Crop” and select “Fill” from the list. This will auto adjust your...

    docs.groupdocs.com/viewer/java/images/rendering...
  3. sample.pdf

    NAME HERE JOB TITLE HERE PROFILE Want to put your own image in the circle? It is easy! Select the image and do a right mouse click. Select “Fill” from the shortcut menu. Choose Picture… from the li...... Choose Picture… from the list. Navigate your computer to get...“Crop” and select “Fill” from the list. This will auto adjust your...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  4. Performing document conversion and image conver...

    Earlier this week I talked about document conversion, including image conversion, and why you’d want to do it. Today, I’ll show you how to perform two tasks: first, how to convert the pages in a document to images and then how to convert an image from one format to another. Document conversion is one of the services that GroupDocs offers. You can convert documents you’ve uploaded to a number of different formats.... Select a format from the list. Click Convert . Each page in...Convert . Select a format from the list. Click Convert . The file is...

    blog.groupdocs.com/total/converting-images-for-...
  5. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a List of supported file types. An example of obtaining a List of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....the class is used to obtain a list of supported file types. An...An example of obtaining a list of supported file types is presented...

    docs.groupdocs.com/metadata/java/get-supported-...
  6. Features overview | GroupDocs

    Salient features of file conversion API using c# are described in this article...supported target format (check the list of ). All these conversions...supported conversion formats list You can obtain the that are...

    docs.groupdocs.com/conversion/net/features-over...
  7. Update QR-code signatures in document | GroupDocs

    This article explains how to update QR-code electronic signatures with GroupDocs.Signature API....method to obtain list of ; Select from list object(s) that should...QRCode signatures in document List < QrCodeSignature > signatures...

    docs.groupdocs.com/signature/net/update-qr-code...
  8. Delete Barcode signatures from documents | Grou...

    This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....method to obtain list of ; Select from list object(s) that should...Barcode signatures in document List < BarcodeSignature > signatures...

    docs.groupdocs.com/signature/java/delete-barcod...
  9. Get supported file types | GroupDocs

    This article explains how to obtain supported file formats List when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Node.js via Java applications....Leave feedback allows to get the list of all by following the below...to get supported file formats list. const supportedFileTypes =...

    docs.groupdocs.com/merger/nodejs-java/get-suppo...
  10. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for .NET API....property of the instance to the list of desired page number to be...PdfConvertOptions { Pages = new List < int >{ 1 , 3 } }; converter...

    docs.groupdocs.com/conversion/net/convert-speci...