Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 859 for

make

(0.03 sec)
  1. Embed Inline Syntax Error Messages in Generated...

    In the latest version of GroupDocs.Assembly for Java we have introduced an exciting feature of Inline Syntax Error Messages. Are you thinking about what does Make this feature so exciting? Well, I am going to answer it in this post. First, let’s have a brief overview of how does GroupDocs.Assembly generate the reports. GroupDocs.Assembly uses pre-defined document templates that contain the LINQ statements. These templates are evaluated, processed and then populated by API’s engine during the run-time....you thinking about what does make this feature so exciting? Well...

    blog.groupdocs.com/assembly/embed-inline-syntax...
  2. 用 Java 处理 JPEG、PNG、TIFF 和 WebP 图像的 EXIF 数据

    在 Java 中操作图像的 EXIF 元数据。使用 Java API 以编程方式提取、更新、添加或删除 JPG/JPEG、PNG、WebP 或其他图像的 EXIF 数据。...获得 EXIF 包后,您可以获得图像 EXIF 属性,如 Make 、 Model 、 Width 、 Length 、 Date-Time...getExifPackage(); System.out.println("Make : " + exifPackage.getMake());...

    blog.groupdocs.com/zh/metadata/handle-exif-data...
  3. Add Microsoft Office Files, PDF and Image Annot...

    GroupDocs.Annotation for .NET is a downloadable library that allows developers to add cross-platform, multi-format document annotation functionality to any web-based app or site. Recently we’ve created an add-on specifically for Concrete5 users to Make it easy to integrate the library into their websites. The add-on has been approved by Concrete5 admins and is now available for download from the official Concrete5 marketplace. How can Concrete5 site owners and developers benefit from this release?...specifically for Concrete5 users to make it easy to integrate the library...

    blog.groupdocs.com/annotation/add-microsoft-off...
  4. GroupDocs.Search Overview | Documentation

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To Make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements.... To make it possible to search instantly...

    docs.groupdocs.com/search/nodejs-java/groupdocs...
  5. Render with responsive layout | Documentation

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....feedback Responsive design aims to make web pages render well on a variety...

    docs.groupdocs.com/viewer/java/render-with-resp...
  6. Comments for File Format Blog

    Comments for File Format Blog Comment on Doc to Docx – A change worth considering to switch! by Homepage <strong>... [Trackback]</strong> [...] Read More Infos here: blog.aspose.com/200...... I think we can start to make it at the end of this year....

    blog.fileformat.com/comments/feed/
  7. Product Overview | Documentation

    Note Welcome to GroupDocs.Classification for .NET GroupDocs.Classification is a .NET component built to allow developers to classify texts and documents, whether simple or complex. It allows developers to use three different taxonomies: IAB (version 2), that created by the Interactive Advertising Bureau, Documents taxonomy, that created by Aspose and simple Sentiment taxonomy (Negative/Positive). For the Sentiment taxonomy Chinese language is supported. Product Description GroupDocs.Classification is a robust .NET component that lets developers to analyze text and documents without using any document-related tool to open documents or extract text....follow these simple steps to make sure it is resolved in the most...most efficient way: Make sure you use the latest GroupDocs.Classification...

    docs.groupdocs.com/classification/net/product-o...
  8. Repeat a drawn line in a foreach loop - Free Su...

    When using a foreach loop, that encloses a drawn line, the line is only shown on the first iteration of the loop. Which is where it shows in the template. Is there a way to get the line to be shown for each iteration?...change paragraph spacing to make the modified template closer...

    forum.groupdocs.com/t/repeat-a-drawn-line-in-a-...
  9. Render with responsive layout | Documentation

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....feedback Responsive design aims to make web pages render well on a variety...

    docs.groupdocs.com/viewer/net/render-with-respo...
  10. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....replacing an original file: // Make a copy of sample file Files...

    docs.groupdocs.com/redaction/java/save-overwrit...