English 中文(简体)
iTextSharp - 制版分子从国防军向另一人
原标题:iTextSharp - Copying elements from one PDF to another

我想用iTextSharp将国防军的某些部分复制到另一个部分。

我想读到一个PDF,读一读案文内容,纠正这些内容,并用最新的文字内容和第一民族国防军的所有图像等,创建新的国防军。

请帮助我如何做到这一点。

问题回答

这项任务非常复杂。 我为一名大的问候卡制作人写了节目。

首先,你们必须找到案文并计算装饰箱。 接下来,你们必须修改内容,删除案文。 案文可根据国防军的创建者细分成许多部分。 你们必须从内容流中清除这些操作者,并调整自动取款机,因为有些操作者使用相对位置。 最后,你必须插入替换案文,使原案文风格(字体、大小、肤色、取向等)一致。

As for copying elements from one PDF to another, most of the steps above are required plus you have to copy resources, eg. fonts, colorspaces, patterns, etc, to the new PDF.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签