Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,627 for

make

(0.27 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the following figure which makes it simpler to understand the...GroupDocs.Merger for Java 19.6 will make your wish come true. This feature...

    blog.groupdocs.com/groupdocs.blog/page/42/
  5. 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-...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...look and feel of the tools to make them more intuitive to use....adding the final touches and making sure that everything works...

    blog.groupdocs.com/groupdocs.blog/page/105/
  7. Using Bootstrap CSS Framework in Your Project

    null is the most popular and widely used CSS framework and there is a good reason for its popularity. It gives developers well styled CSS for the elements used most in the modern web. Things like buttons, form controls, navigation and much, much more. Since it’s written in LESS it keeps the CSS of bigger projects such as GroupDocs well organized so it is easy to follow and maintain your CSS code.... Just make a quick search on the subject...could results in an error, making it impossible to compile the...

    blog.groupdocs.com/total/using-bootstrap-css-fr...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...provide improved features and make the GroupDocs.Viewer for .NET...

    blog.groupdocs.com/groupdocs.blog/page/79/
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...document viewer library designed to make it easy for developers to integrate...

    blog.groupdocs.com/groupdocs.blog/page/93/
  10. Build Full Text Search Solution in Java | Find ...

    Full-text search API for Java applications to search via indexing. Find text in multiple Word, Excel, PDF, TXT files of a folder & highlight search results.... To make it possible to search instantly...

    blog.groupdocs.com/search/build-full-text-searc...