Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 5,356 for

informations

(0.04 sec)
  1. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features....Purchase Buy Now Pricing Information Free Trials Temporary License...getAllResources (); For more information about obtaining HTML markup...

    docs.groupdocs.com/editor/java/edit-document/
  2. Convierta datos CSV y Excel en Java | CSV a XLS...

    Convierta formatos XLS y XLSX a CSV y CSV a Excel dentro de aplicaciones Java. Automatice la conversión de sus archivos utilizando la API de Java para la conversión de documentos....Generar informes a partir de datos CSV en Java Crear informes a partir...

    blog.groupdocs.com/es/conversion/convert-csv-an...
  3. Adding a Watermark to Converted Documents | Doc...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...branding, security, or informational purposes. You can customize...

    docs.groupdocs.com/conversion/java/add-watermark/
  4. GroupDocs Blog | Document Automation Solutions ...

    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....souhaitez sécuriser les informations secrètes ou sensibles contenues...faisable même s’il s’agit d’informations textuelles régulières ou...

    blog.groupdocs.com/fr/page/21/
  5. generate reports in csharp

    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....données soient traduites en informations présentables et significatives...

    blog.groupdocs.com/fr/tag/generate-reports-in-c...
  6. Get comparison result as an object model | Docu...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...stream and other document information using object. Also, our object...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  7. Licensing | Documentation

    free conversion API version is available to evaluate the API which will be similar to licensed version but with few limitations....Purchase Buy Now Pricing Information Free Trials Temporary License...Note You can find pricing information on the page. After the license...

    docs.groupdocs.com/conversion/net/licensing-and...
  8. Float and paginal modes | Documentation

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Purchase Buy Now Pricing Information Free Trials Temporary License...they contain page-related information like headers, footers, page...

    docs.groupdocs.com/editor/java/float-and-pagina...
  9. Search index location | Documentation

    This page contains information about index creation methods....Purchase Buy Now Pricing Information Free Trials Temporary License...feedback This page contains information about index creation methods...

    docs.groupdocs.com/search/net/search-index-loca...
  10. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Purchase Buy Now Pricing Information Free Trials Temporary License...Leave feedback Extracting information about all slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...