Thanks Michael. It works perfectly. I'm posting the C# port for anyone else
who has this problem.
class Program
{
static void Main(string[] args)
{
Program p = new Program();
p.FixPdfWithAllResourcesOnFirstPage(args);
}
public void FixPdfWithAllResourcesOnFirstPage(string[] args)
{
st
Darren,
FDnC Red wrote
> This is a work in progress but I'm trying to follow the advice from
> Michael posted here
> http://stackoverflow.com/questions/15566896/itextsharp-splitted-pages-size-equals-file-size
> but it's too vague for me so I have a question.
In that SO answer I already mentioned