Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 13,474 for

file

(0.21 sec)
  1. Edit Excel Spreadsheet using CSharp on GroupDoc...

    Edit Excel Spreadsheet using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit Excel Spreadsheet using CSharp on GroupDocs Blog | Document A...... Modifica i file XLS/XLSX online o fallo a livello...

    blog.groupdocs.com/it/tag/edit-excel-spreadshee...
  2. Replace words in CSharp on GroupDocs Blog | Doc...

    Replace words in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Replace words in CSharp on GroupDocs Blog | Document Automation Solutions for ......nascondi testo, parole, frasi nei file Word DOC/DOCX usando C#. Redigere...

    blog.groupdocs.com/it/tag/replace-words-in-csha...
  3. Find and Replace in Word on GroupDocs Blog | Do...

    Find and Replace in Word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Find and Replace in Word on GroupDocs Blog | Document Automation Solutions fo......sembunyikan teks, kata, frasa dalam file Word DOC/DOCX menggunakan C#...

    blog.groupdocs.com/id/tag/find-and-replace-in-w...
  4. Download and Explore GroupDocs.Viewer for .NET ...

    Visual Studio Plugin for GroupDocs.Viewer API for .NET Examples is an easy way for the users/developers to explore and investigate API examples. The plugin automatically downloads the examples from Github and the latest GroupDocs.Viewer library from NuGet. This provides a quick and comfortable way to view and run example projects without downloading everything manually. FeaturesFollowing are some of the features of this plugin: Appears in File menu in Visual Studio Downloads source code automatically from Github Downloads **GroupDocs....of this plugin: # Appears in File menu in Visual Studio Downloads...effort Plugin Screenshots # File -> GroupDocs in Visual Studio...

    blog.groupdocs.com/viewer/download-explore-grou...
  5. Compare PDF Files using Java | PDF Comparison J...

    Compare two PDF Files for differences using Java. PDF Files comparison using Java code in just 3 steps with PDF Comparison Java API....compare password-protected PDF files, compare multiple PDF documents...examples of comparing the PDF files using Java. If you are interested...

    blog.groupdocs.com/comparison/compare-pdf-docum...
  6. Adding Ellipse Annotation in a PDF Document

    GroupDocs.Annotation API GroupDocs.Annotation comes with an extensive set of tools that you can use to easily add common shapes to your documents as an annotation. The list of tools is not limited to area, point, text, polyline, etc. In this section, we will primarily discuss how the Ellipse annotation could be added in a PDF document by using GroupDocs.Annotation API. Adding Ellipse Annotation While discussing the family of annotation types, we cannot ignore ellipse annotation....annotation and save the output file: This way we have added an Ellipse...[gist id=“705c29f24cf3c7a5efff” file=addingEllipseAnnotat.Java"]...

    blog.groupdocs.com/annotation/adding-ellipse-an...
  7. New release for MVC Front End for GroupDocs.Edi...

    Great news for ASP.NET Developers, GroupDocs proudly announces latest release for GroupDocs.Editor for .NET MVC Modern Front End. In this v1.1 we have used modern Template in ASP.NET MVC. This new release is simple, efficient and, user friendly. User can convert Word Document to Html and convert updated Html to Word/PDF Document and download. View the HTML in WYSIWYG Editor and perform editing in HTML File. We would recommend you to download this release and provide your valuable feedback....and perform editing in HTML file. We would recommend you to download...HTML editor by simply loading a file from sample folder. The application...

    blog.groupdocs.com/editor/new-release-mvc-front...
  8. GroupDocs.Viewer for .NET 16.10.0 Supports Mobi...

    Are you interested in broadening the scope of your document viewer applications? Get started with GroupDocs.Viewer for .NET 16.10.0, coming up with the support of Mobipocket e-book format. Furthermore, 7 issues being found in earlier versions have been fixed in the latest release. Be the first to download this new release for a better experience. GroupDocs.Viewer for .NET 16.10.0 - New FeaturesBelow is the new feature added to** GroupDocs.Viewer for ....Fix - Invalid rendering of DWG file into Image or HTML Fix - GetDocumentInfo()...exception Fix - Failed to load XPS file in evaluation mode Fix - DWG...

    blog.groupdocs.com/viewer/groupdocs-viewer-supp...
  9. 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.... get_Item ( 0 ); File imageFile = new File ( "background.png"...PresentationContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/working-with-...
  10. How to Convert ODT to PPTX using Java

    In this tutorial, we will discover how to convert ODT to PPTX using Java without installing extra software installation along with code to export ODT to PPTX in Java.... the capability to convert files between different formats is...class by passing the input ODT file’s path in its constructor Get...

    kb.groupdocs.com/conversion/java/how-to-convert...