GithubHelp home page GithubHelp logo

telerik / document-processing-sdk Goto Github PK

View Code? Open in Web Editor NEW
33.0 16.0 93.0 9.7 MB

The Document Processing SDK is an easy-to-use infrastructure containing developer focused examples for the libraries included in Telerik Document Processing.

Home Page: http://docs.telerik.com/devtools/document-processing

License: Other

C# 98.50% HTML 0.74% ASP.NET 0.76%

document-processing-sdk's Introduction

document-processing-sdk

The Document Processing SDK is an easy-to-use infrastructure containing developer focused examples for the libraries included in Telerik Document Processing (http://docs.telerik.com/devtools/document-processing).

Projects for .NET Framework and .NET Core/5+

The repository contains two types of projects for each example that can be used on different platforms. For .NET Core/5+ apps, the .csproj file name ends with _NetStandard.

Distribution

Telerik Document Processing is currently distributed as free addition to other paid products:

.NET Framework Products .NET Standard/Core/5+ Products

You can download the packages from your telerik.com account.

document-processing-sdk's People

Contributors

caseydierking avatar dessyordanova avatar dlemstra avatar martinivanoff avatar peshito7 avatar petiavladova avatar progressgithubbuilduser avatar rickhellwege avatar tanyadimitrova avatar velikovmartin avatar yoankar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

document-processing-sdk's Issues

Trial installation messes up nuget directory \ToolboxNuGetPackages

After installing the trial for the telerik document processing, the following errors comes up with .NET Core 3.1 projects:

  • The local source 'C:\Program Files (x86)\Progress\ToolboxNuGetPackages' doesn't exist.
  • Unable to find fallback package folder 'C:\Program Files (x86)\Progress\ToolboxNuGetPackages'.

This is whenever I try to restore nuget packages, clean solution, build or rebuild solution. Checking out the directory it indeed is missing the folder and just has lot of Telerik new folders.

Important thing to notice is that the project with the issue doesn't use any Telerik software. It was just a separate project with no relation to the one that does have the trial.

GenerateDocument(.NET Standard) content not being added to pages.

I don't believe all the code in DocumentGenerator.cs is behaving as expected. The below methods (lines 117-129) are adding blank pages to the generated pdf.

    private static void EmbedFileStream(RadFixedDocument document, string filePath, string name)
    {
        RadFixedPage page = document.Pages.AddPage(); 
        byte[] textFile = File.ReadAllBytes(filePath); 
        document.EmbeddedFiles.Add(name, textFile); 
    }

    private static void AddZugferdInvoice(RadFixedDocument document, string invoicePath)
    {
        byte[] bytes = File.ReadAllBytes(invoicePath); 
        //Only a single XML invoice attachment is allowed according to ZUGFeRD standard.
        document.EmbeddedFiles.AddZugferdInvoice(bytes); 
    }

Dlls are missing

Hi

I downloaded the project and found missing dll's

You should at least provide trail dll's with the examples.

Thanks

PdfFormatProvider import exception - unable to cast PdfArray to PdfDictionary

Trying to do a PDF Import

Code snippet:

PdfFormatProvider provider = new PdfFormatProvider();
using (var stream = File.OpenRead(fullPath))
{
RadFixedDocument document = provider.Import(stream);
}

Where "fullPath" is my local path to my PDF (e.g.: C:\user\source\file.pdf). The following exception is thrown right at the import statement:

'Unable to cast object of type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfArray' to type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfDictionary'.'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.