Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 883 for

dotnet

(0.19 sec)
  1. Announcing the improved naming scheme of GroupD...

    We’re going to introduce an improvement in the naming scheme of our GroupDocs Nuget packages. Earlier, the package IDs were consisted of the product name in lower case letters and the hyphens “-” to join the words. So, an old package ID would look like “groupdocs-viewer-Dotnet”. However, in the new naming scheme, the format will consist the product family name in title case. Hence, the new package identifier will look like “GroupDocs....look like “groupdocs-viewer-dotnet”. However, in the new naming...

    blog.groupdocs.com/total/announcing-improved-na...
  2. Missing whitespaces after conversion from PDF t...

    Converting the attached file to HTML, causes all whitespaces to disappear. PDF to HTML missing whitespaces.zip (156.5 KB) We were using the Viewer from GroupDocs.Total for .NET package 25.2. HtmlViewOptions.ForEmbedde…...document-viewer , csharp , dotnet Clemens_Pestuka April 18, 2025...

    forum.groupdocs.com/t/missing-whitespaces-after...
  3. How to run examples | GroupDocs

    This article describes how to run .NET file conversion API code examples....console app by executing the dotnet new console command. Add the...NET package by executing the dotnet add package GroupDocs.Conversion...

    docs.groupdocs.com/conversion/net/how-to-run-ex...
  4. Support for PDF/A-4 - Free Support Forum - grou...

    Dear GroupDocs Support Team, I would like to ask whether support for the PDF/A-4 format is currently planned or perhaps already in development? Since the format has been officially available for some time now, we would…...Conversion Product Family pdf , dotnet NeoTS June 27, 2025, 7:07am...

    forum.groupdocs.com/t/support-for-pdf-a-4/15963
  5. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj Exedotnet/sdk:8.0 WORKDIR /app # Add...restore packages COPY . . RUN dotnet restore # Run the application...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  6. Feature request: property WasSuccessful/IsEmpty...

    Hello, We are interested in a property that signalizes whether an extraction was successful. We are calling this: var extractionOptions = new ExtractionOptions { UseRawTextExtraction = false, }; var extractedData = ex…...Search Product Family dotnet jamsharp February 26, 2025...

    forum.groupdocs.com/t/feature-request-property-...
  7. Indexing runs forever with 100% RAM when indexi...

    Unfortunately, we found one more problem when indexing an EML file we found… The indexing takes forever and runs with 100% RAM usage as soon as it is in the folder to index. :confused: SignedMailWithPlainTextBody.zip (…...Search Product Family dotnet jamsharp September 13, 2024...

    forum.groupdocs.com/t/indexing-runs-forever-wit...
  8. Problem with "AllAndNone" font converting PDF t...

    We received a document that’s causing problems when viewing it with GroupDocs. Instead of the actual text, it just display some strange characters: image.jpg (311.3 KB) Adobe Reader displays that “AllAndNone” Font is …...Viewer Product Family dotnet , document-viewer Clemens_Pestuka...

    forum.groupdocs.com/t/problem-with-allandnone-f...
  9. System.IO.EndOfStreamException when trying to i...

    We are getting this exception for one chm file from 7zip when we try to index a folder with its chm file: System.IO.EndOfStreamException: Unable to read beyond the end of the stream. at System.IO.BinaryReader.Interna…...Search Product Family dotnet jamsharp November 5, 2024,...

    forum.groupdocs.com/t/system-io-endofstreamexce...
  10. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...Assembly Product Family dotnet , document-automation , report-generation...

    forum.groupdocs.com/t/shorthand-check-for-null-...