Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 1,884 for

make

(0.14 sec)
  1. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Total for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....SDK in a Linux environment, make sure the following packages...

    docs.groupdocs.com/total/python-net/running-in-...
  2. Licensing | GroupDocs

    GroupDocs.Signature for Python via .NET free signature API version is available to evaluate the API which will be similar to licensed version but with few limitations.... To make this easier, GroupDocs.Signature...

    docs.groupdocs.com/signature/python-net/licensing/
  3. How to run GroupDocs.Viewer in Docker | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases.... Make sure that Docker is up and running...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  4. Working with slide backgrounds | GroupDocs

    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.... You can also make the image . Following code sample...

    docs.groupdocs.com/watermark/java/working-with-...
  5. GroupDocs.Viewer Product Family

    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....feedback always motivate us to make improvements and add support...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  6. java-app.zip

    java-app/App.java java-app/App.java import com.groupdocs.viewer.Viewer; import com.groupdocs.viewer.options.*; public class App { public static void main(String[] args) throws Exception { Viewer vi...... Make sure that the lines wrapped...

    docs.groupdocs.com/total/java/sample-apps/getti...
  7. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...GetDocumentInfo ( null ); //Make sure it is really a Spreadsheet...

    docs.groupdocs.com/editor/net/generating-worksh...
  8. How to Run Examples | GroupDocs

    Run GroupDocs.Comparison for .NET examples from scratch, from the GitHub back-end examples project, or using MVC, WebForms, or Docker sample applications....feedback On this page Warning Make sure that GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  9. Embedded picture in Excel cell was not correclt...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a Excel file, which a cell contains embedded picture. Here, we can found the document in th…...When rendering the Excel file, make sure you are using the HtmlViewOptions...

    forum.groupdocs.com/t/embedded-picture-in-excel...
  10. Document protection | GroupDocs

    This article explains how to edit protected Word document, allow or restrict document editing features like adding comments or filling form fields using GroupDocs.Editor for Python via .NET API.... DOCX ) # Make the resultant document read-only...

    docs.groupdocs.com/editor/python-net/document-p...