Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 4,700 for

as

(0.08 sec)
  1. System.TypeInitializationException - Free Suppo...

    Hello, Does the following code need to be within an executable project to run As the same code does not run from within a library project? Exe net5.0 _5_0 static void Main(string[] args) { …...Hello, Does the following code need to be within an executable project to run as the same code does not run from within a library project? Exe net5.0 _5_0 static void Main(string[] args) { …

    forum.groupdocs.com/t/system-typeinitialization...
  2. Extract images from document page area | GroupDocs

    Learn how to extract images from specific page areAs using GroupDocs.Parser for Python via .NET. Extract images from defined rectangular regions....Learn how to extract images from specific page areas using GroupDocs.Parser for Python via .NET. Extract images from defined rectangular regions.

    docs.groupdocs.com/parser/python-net/extract-im...
  3. Groupdocs.Conversion ILogger not usable - Free ...

    I’m trying to get logging from the groupdocs.conversion library by using a clAss which implements the ILogger interface. But I notice in the API documentation that the ILogger interface hAs the following function: erro…...I’m trying to get logging from the groupdocs.conversion library by using a class which implements the ILogger interface. But I notice in the API documentation that the ILogger interface has the following function: erro…

    forum.groupdocs.com/t/groupdocs-conversion-ilog...
  4. Document e-signing API issue in .NET - Free Sup...

    Getting error “The type GroupDocs.Signature.Domain.PdfDigitalSignature hAs no constructors defined” … PleAse help...Getting error “The type GroupDocs.Signature.Domain.PdfDigitalSignature has no constructors defined” … Please help

    forum.groupdocs.com/t/document-e-signing-api-is...
  5. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Node.js via Java API....Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Node.js via Java API.

    docs.groupdocs.com/comparison/nodejs-java/accep...
  6. Working with Spreadsheets in GroupDocs.Viewer f...

    Learn how to get load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options...Learn how to get load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options

    blog.groupdocs.com/viewer/working-with-spreadsh...
  7. Accessibility on GroupDocs Blog | Document Auto...

    Accessibility on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Accessibility on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......Accessibility on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Accessibility on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope...

    blog.groupdocs.com/pt/tag/accessibility/index.xml
  8. Security on GroupDocs Blog | Document Automatio...

    Security on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Security on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo......Security on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Security on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo...

    blog.groupdocs.com/pt/tag/security/index.xml
  9. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date As a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhrAseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRAsterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date As DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/save-in-origi...
  10. GroupDocs.Redaction for Python via .NET | Group...

    A .NET API for redaction of sensitive and clAssified information from the documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#...A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#

    docs.groupdocs.com/redaction/python-net/