Re: freetext annotation appearance stream in landscape

2018-01-07 Thread chitgoks
hi maruan sent you the files so the issue is that my freetext annotation has its own appearance stream so that any viewer will be able to display them. in portrait, there is no problem. but in landscape, when i rotate the content stream, the result is not positioned correctly. im not sure which

Re: freetext annotation appearance stream in landscape

2018-01-07 Thread Maruan Sahyoun
Hi, > so i am currently working on making my free text annotation appearance > stream work in landsdcape mode > > thing so, the content stream does not rotate even if i rotate it via > transform() using Matrix.getRotateInstance() > > is there some other issue i need to take into account? would

Re: License and naming for derivative works

2018-01-07 Thread Alessandro Bellini
Thanks! ...it will be very useful for everybody Il 07/Gen/2018 16:54, "Eliot Jones" ha scritto: > I have been migrating PDFBox to C# in order to provide an Apache 2.0 > licensed solution for working with PDFs in C#. > > Repository is here: https://github.com/UglyToad/Pdf > > I am almost at the p

freetext annotation appearance stream in landscape

2018-01-07 Thread chitgoks
so i am currently working on making my free text annotation appearance stream work in landsdcape mode thing so, the content stream does not rotate even if i rotate it via transform() using Matrix.getRotateInstance() is there some other issue i need to take into account? page rotation is 270

Re: License and naming for derivative works

2018-01-07 Thread chitgoks
please let us know if indeed you decide to publish it in nuget thank you On Sun, 7 Jan 2018 at 11:54 PM Eliot Jones wrote: > I have been migrating PDFBox to C# in order to provide an Apache 2.0 > licensed solution for working with PDFs in C#. > > Repository is here: https://github.com/UglyToad/

License and naming for derivative works

2018-01-07 Thread Eliot Jones
I have been migrating PDFBox to C# in order to provide an Apache 2.0 licensed solution for working with PDFs in C#. Repository is here: https://github.com/UglyToad/Pdf I am almost at the point where I intend to release an alpha version of the software to NuGet (Maven equivalent). I wanted to c

Re: pdf with vertical mediabox but landscape rotation

2018-01-07 Thread chitgoks
i think ill do away with the norotate flag then it is a pain though doing your own rendering lol. but it looks to be the only way On Sun, Jan 7, 2018 at 6:30 PM, Tilman Hausherr wrote: > Am 07.01.2018 um 11:17 schrieb chitgoks: > >> hi tilman ok >> >> i dont understand what the norotate flag is

Re: pdf with vertical mediabox but landscape rotation

2018-01-07 Thread Tilman Hausherr
Am 07.01.2018 um 11:17 schrieb chitgoks: hi tilman ok i dont understand what the norotate flag is for See in the PDF specification: "If set, do not rotate the annotation’s appearance to match the rotation of the page. The upper-left corner of the annotation rectangle shall remain in a fixed

Re: pdf with vertical mediabox but landscape rotation

2018-01-07 Thread chitgoks
hi tilman ok i dont understand what the norotate flag is for so far, i have managed to fix square, circle and stamps and currently working on fixing free text's appearance. i think my biggest hurdle is the point based annotations like line, arrows, polygons because they seem to be rendered oppos

Re: pdf with vertical mediabox but landscape rotation

2018-01-07 Thread Tilman Hausherr
Hi, "Adding" is always supported but as you know PDFBox doesn't offer much high level help with creating PDFs. Rendering is also correct, unless the NoRotate flag is set. For an example, see this issue: https://github.com/mozilla/pdf.js/issues/7631 Tilman Am 07.01.2018 um 03:11 schrieb chitgo