Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,643 for

make

(0.23 sec)
  1. GroupDocs Apps Suite: a One-Stop-Shop for All Y...

    Good news for the document management world! You now have all required online document management apps available under one roof. I’m talking about GroupDocs: a one-stop-shop for all your document management needs. The history of modern document management systems began with development of a set of computer apps, which were used to store and monitor electronic documents. With the advancement of technology, new branches were formed in the system. Now, online document management is not just storing or monitoring your electronic documents, but it’s a system that lets you manipulate your documents any way you want....width=“600” caption=“GroupDocs - Make your online document management...[/caption] Six Powerful Apps to Make Your Online Document Management...

    blog.groupdocs.com/total/groupdocs-apps-suite-f...
  2. Java Fuzzy Search - Find in Files across Folders

    Discover how Java's fuzzy search can help you find things in files across folders! It's like a smart search that understands small mistakes....” If you make a “mistaek,” oh wait, it’s actually...Java Fuzzy Search Library # To make fuzzy searches in Java, we’ll...

    blog.groupdocs.com/search/fuzzy-search-java/
  3. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Document Modification Date, Make and Model of Camera, etc. In...contain information like camera make, model, shutter speed, date...

    blog.groupdocs.com/categories/groupdocs.metadat...
  4. DPI setting ignored when converting MSG to PDF ...

    Hello, Converting the attached MSG file to PDF, creates a document with as size of 10.42 x 14.74 inch, according to Adobe Reader. image.png (66.0 KB) With the specified 750 x 1061 pixels at the default 96 dpi, that sh…...Changing the DPI value does not make any difference. It seems to...Ensure Proper DPI Setting : Make sure that you are correctly...

    forum.groupdocs.com/t/dpi-setting-ignored-when-...
  5. Sign Documents with PKCS#11 in .NET | GroupDocs

    Learn how to sign PDF and other documents in .NET using PKCS#11 hardware tokens, USB dongles, or smart cards with GroupDocs.Signature. A free electronic signature API version is available for evaluation with limited features....Prerequisites Before proceeding, make sure you have: GroupDocs.Signature...functionality and explore new ideas to make it more robust and user-friendly...

    docs.groupdocs.com/signature/net/signing-pdf-wi...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...specifically for Concrete5 users to make it easy to integrate the library...designed as a middleware to make it easy to integrate the converter...

    blog.groupdocs.com/groupdocs.blog/page/92/
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... We make your wish come true with this...you thinking about what does make this feature so exciting? Well...

    blog.groupdocs.com/groupdocs.blog/page/45/
  8. FontNotFoundException in MacOS - Free Support F...

    Hi Team, I was testing groupdocs watermark in MacOS with custom font family. I have installed ttf font by double clicking the file and followed UI prompts. When i set the font family name in the Font() constructor and t…... How to make sure Groupdocs watermark detect...appears there. Font Family Name : Make sure that the font family name...

    forum.groupdocs.com/t/fontnotfoundexception-in-...
  9. Online Document Viewer from GroupDocs: How It W...

    The technology research firm Gartner states that the demand for SaaS (Software as a Service) products will continue to grow in a recent report (February, 2013). The report highlights that some of the top segments for the SaaS market will be: Office suites, IT operations management and storage management. Corporates understand the need to stay abreast technology trends and are taking the necessary steps to move towards cloud or web-based document management systems.... It makes it easy to share documents and...support a huge range of CRMs to make sure that you can embed files...

    blog.groupdocs.com/viewer/online-document-viewe...
  10. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to Make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...can use document instance to make redactions redactor . apply...

    docs.groupdocs.com/redaction/java/load-from-str...