Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,863 for

make

(0.07 sec)
  1. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w...... Make sure that the lines wrapped...

    blog.groupdocs.com/pt/markdown/groupdocs-markdo...
  2. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w...... Make sure that the lines wrapped...

    blog.groupdocs.com/zh-hant/markdown/groupdocs-m...
  3. Adding repeated watermarks | GroupDocs

    The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents...Explore the possibilities and make your documents stand out with...

    docs.groupdocs.com/watermark/net/adding-repeate...
  4. outlook_data.pdf

    Inbox From: Aspose To: sdmit Subject: Spotlight on Aspose.Cells and news from Aspose, February 2016 Message: Vie w thi s em ail in yo ur bro ws er S ha re thi s is su e: Monthly Newsletter February......formats and let Aspose APIs make your work easier. Download a...formats and let Aspose APIs make your work easier. Download a...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...annotation options allows you to make comments or suggestions in different...

    blog.groupdocs.com/groupdocs.blog/page/99/
  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. 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...
  8. 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...
  9. 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-...
  10. 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-...