pdfsharp Questions
2
Solved
I am trying to to walk though the tree of PdfItem objects in an existing PDF document using PDFSharp in c#.
I want to create a hierarchy of all the objects as I go along -- similar to what the "P...
Klos asked 29/10, 2008 at 23:14
1
Solved
I am given a file that has some other language font. They can not download the font, so they want me to embed it in the pdf.
Now, I only have PDF Reader, so I cant edit or create a pdf file. so I...
Nescience asked 12/10, 2009 at 21:57
3
Solved
I have the following code:
using System;
using System.Diagnostics;
using System.IO;
using PdfSharp.Pdf.Printing;
namespace PrintPdfFile
{
class Program
{
[STAThread]
static void Main(string[...
1
Solved
I am using PDFsharp / MigraDoc to write tables and charts to PDF files. This worked great so far, however MigraDoc will always split my tables (vertically) when it should move the whole table to th...
Marvelous asked 9/7, 2009 at 14:26
2
Solved
I have written a piece of code which uses the PdfSharp library. The instance of PdfSharp.Pdf.PdfDocument created saves to disk as expected. The right content is displayed, but onto the wrong page s...
© 2022 - 2024 — McMap. All rights reserved.