Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 1,229 for

issue

(0.14 sec)
  1. Unable to open potm file after redaction - Free...

    Hi Team, The .potm files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the file sample in private. @Test void supp() throws Exceptio…... Will take a look at this issue and update you. evgen.efimov...

    forum.groupdocs.com/t/unable-to-open-potm-file-...
  2. NPM Package @groupdocs/groupdocs.conversion@25....

    | Professionalize.Discourse October 16 | | - | @vou_xiong_via_GroupDocs It appears you are experiencing a significant difference in conversion times when using the GroupDocs.Conversion library. The first conversio…...could introduce compatibility issues or prevent users from accessing...appears you are encountering an issue where the NPM package @groupdocs/groupdocs...

    forum.groupdocs.com/t/npm-package-groupdocs-gro...
  3. EmailOptions Class is Introduced in GroupDocs.C...

    GroupDocs.Conversion for Java 18.7 covers a new feature and a bug fix. MSG to PDF conversion Issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced. MailOption to control conversions from emailA new class EmailOptions is implemented in SaveOptions. Using that email options can be managed. PdfSaveOptions options = new PdfSaveOptions(); EmailOptions emailOptions = options.getEmailOptions(); emailOptions.setDisplayHeader(true); emailOptions.setDisplayEmailAddress(true); emailOptions.setDisplayFromEmailAddress(true); emailOptions.setDisplayToEmailAddress(true); emailOptions.... MSG to PDF conversion issue is now resolved. Please take...

    blog.groupdocs.com/conversion/emailoptions-clas...
  4. Converting a multi-tab XLSX to HTML does not cr...

    When we convert a single tab spreadsheet to HTML, the result is an HTML table (this is good). However, when we convert a multi-tab spreadsheet to HTML, the result is a bunch of spans that don’t line up, instead of an HT…...that you’ve encountered this issue. Could you please share a sample...development team to investigate this issue under ID CONVERSIONJAVA-3066...

    forum.groupdocs.com/t/converting-a-multi-tab-xl...
  5. GroupDocs.Comparison for .NET MVC based Front-E...

    The GroupDocs team is always motivated to provide extra ordinary solutions to its users, in this regard we are glad to announce the front-end sample project for the ASP.NET MVC developers for GroupDocs.Comparison for .NET API. Although GroupDocs.Comparison for .NET and GroupDocs.Viewer for .NET APIs have been used to develop this UI Example, but mainly the purpose for this release is to empower the developers to write their own document comparison front-end using GroupDocs....the following ways: # Find an issue or an idea of new feature –...submit a pull request. Create an issue in the Github. In this case...

    blog.groupdocs.com/total/groupdocs.comparison-....
  6. Close' button appears to be truncated and a gra...

    The Close button is not properly displayed when trying to preview the xlsx file. Adding the file and screenshot for your reference. fa7f7e37-8722-41df-8465-19ca68c8c6fa.png (340.6 KB) SampleFile.7z (12.8 KB) Thanks N…...mentioning document rendering issues, this seems more related to...name, platform, and the exact issue you are experiencing?...

    forum.groupdocs.com/t/close-button-appears-to-b...
  7. Fail Converting PDF to MD with images and urls ...

    Hey, I have been trying to use GroupDocs to convert pdf files to markdown files. Sadly when trying to convert pdf files with images and urls the images vanish and the urls just stay as highlighted text in the md document…...were able to reproduce this issue on our side. We have logged...

    forum.groupdocs.com/t/fail-converting-pdf-to-md...
  8. License issues? ( At most 4 elements (for any c...

    hi, I have temporary license from Friday. When using this license in docker image or in spring app it seems to not fully works. Here is example: I have started a docker container: docker run -p 8080:8080 --name 22.12…...License issues? ( At most 4 elements (for any collection) can...@anonymousP , Most likely, this issue is not directly related to the...

    forum.groupdocs.com/t/license-issues-at-most-4-...
  9. Classes with similar names are not overwritten ...

    Keeping customers feedback in view, we are pleased to announce GroupDocs.Comparison for Java 17.3.2. In earlier version of the API, there were classes with similar names. Hence, in some applications, when API was loaded, classes with similar names were overwritten. This Issue is now resolved. We’d recommend you to Download the new release and enhance your document comparison experience. GroupDocs.Comparison for Java 17.3.2 - Bug Fixes Classes with similar names are overwritten Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.... This issue is now resolved. We’d recommend...

    blog.groupdocs.com/comparison/classes-with-simi...
  10. Convert a JPEG file to PSD programmatically in C#

    You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd.... In case of any issue, post it on forum ....

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...