Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 859 for

make

(0.03 sec)
  1. How to Run Examples | Documentation

    In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....feedback On this page Warning Make sure that GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  2. Evaluation Limitations and Licensing | Document...

    GroupDocs.Metadata for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation.... To make this easier, GroupDocs.Metadata...

    docs.groupdocs.com/metadata/python-net/evaluati...
  3. How to run GroupDocs.Viewer in Docker | Documen...

    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. Password Protect PDF Files in C# | Lock Unlock PDF

    Let's learn how to lock PDF files with password protection using C#. Change the existing password or remove it to unlock the PDF files using .NET API....learn to remove the password to make the PDF unlocked. The following...

    blog.groupdocs.com/merger/lock-unlock-pdf-files...
  5. Cannot find Umlauts located in ANSI files - Fre...

    Hi there, We tried this: ​Have a Text file with ANSI encoding in a folder indexed by DataCentral. The file should contain “Mühe” and “Vielfraß”. Create an index for that file Make a search on that index for “Vielfraß”…...Create an index for that file Make a search on that index for “Vielfraß”...

    forum.groupdocs.com/t/cannot-find-umlauts-locat...
  6. Compare Word Documents using C# with .NET Compa...

    Compare two or more Word documents using Comparison API for .NET. Highlight differences & accept/reject changes in C# even for password-protected documents.... Make the comparison of loaded documents...

    blog.groupdocs.com/comparison/compare-word-docu...
  7. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET....“waits” until the user code makes a decision — a return value...editor . Edit ( editOptions ); // Make sure there are 2 images here...

    docs.groupdocs.com/editor/net/edit-markdown/
  8. Editor sample .Net Core project - Free Support ...

    Hello, I have total licence and I used Groupdocs viewer before. When I used viewer I was asked for the sample project and get the .Net Core project sample like at the attachment. I want to use editor now but cant see t…...in viewer project but couldnt make it. At viewer we open the viewer...

    forum.groupdocs.com/t/editor-sample-net-core-pr...
  9. 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/viewer/java/sample-apps/gett...
  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.... You can also make the image . Following code sample...

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