repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
stirlingtoolsstirlingpdf | initial username be not handle correctly if invalid format | Bug | open on behalf of someone else the supply credential be not acceptable however this be not check when set the credential and it be now impossible for I to submit they to login I be use docker and have try the late and alpha tag that I download today my env file be as follow security initiallogin username trace cobalt dingbat security initiallogin password klk4zf2dy97zyxb2jknhdd52ohg6v95chcmgxts4 docker enable security true system defaultlocale en can security enable login true install book and advanced html op true system google visibility false the credential be randomly generate the code below seem to set the initial password it only check that it be not null and then set the credential l32 l40 the follow method appear to check for validity and it do not like the hyphen in the username l202 l205 it appear that the validity of the username be check when call changeusername and when save a new user however I do not see that it be check when process the environment variable l65 l67 l198 l200 it also appear that there be also some length requirement however I do not see where those be document I also do not know if there be any character that be not acceptable in the password field originally post by lawfulsoftware in issuecomment 2019348983 |
stirlingtoolsstirlingpdf | bug docker font not copy properly | Bug | l7 l8 these two line be suppose to copy font from src main resource static font to usr share font opentype noto the content of the usr share font opentype in the docker container be a single file call noto I see the follow issue 1 the src main resource static font directory contain the sub directory static however the copy command be not recursive 2 the copy target be not specify to be a directory a should be append to the end 3 the directory should be create prior to copying use run mkdir p 4 the src main resource static font directory do not actually contain any otf file the file in that directory be all either ttf or woff2 5 if the intention be to copy all of the file from the directory the copy command could be consolidate to copy src main resource static font usr share font opentype noto |
stirlingtoolsstirlingpdf | feature request static api key via env var | Enhancement | use the digitalocean app I d like to be able to specify an api key that doesn t change see the related issue below which be close |
stirlingtoolsstirlingpdf | feature suggestion consider use paddleocr for ocr | Enhancement | paddleocr support the import of various train open source recognition model and have ocr relate cut edge algorithm which can bring high recognition accuracy |
stirlingtoolsstirlingpdf | multiline text stamp end on error | Bug | when try to call the stamp endpoint with a newline in the stamp text the api end on http 500 with error java lang illegalargumentexception no glyph for u 000a n in font notosans regular this be a basic instance run from docker if multiline stamp be not intentionally support this should be handle and it would be nice to be able to have they |
stirlingtoolsstirlingpdf | menu size issue with some monitor resolution | Bug | hi with the last update that add the menu pipeline we have notice that language menu go out of screen with screen width 1366 pixel immagine |
stirlingtoolsstirlingpdf | huge ram usage even when idle | Question | hello I ve notice large ram usage always hover about 500 mb be this normal note that this be when the container be idle with no operation be perform and no one log in I have other container that be somewhat similar to stirle in term of processing and operation and they consume about 1 10 this ram when idle if this isn t normal I d be happy to share my compose file thank |
stirlingtoolsstirlingpdf | feature request add page number pdf to image for thumbnaile | Enhancement | it would be great if we could send a pdf to the image api and just get a certain single page image back that would allow we to use the service as a thumbnailer |
stirlingtoolsstirlingpdf | feature textfield for markdown to pdf | Enhancement | in addition to file upload for markdown to pdf please give it a textfield where you can input the markdown text directly |
stirlingtoolsstirlingpdf | miss feature pdf to xlsx | Enhancement | look title pdf convert xlsx |
stirlingtoolsstirlingpdf | offline deployment with login | Question | be there any way to keep my install offline and still enable authentication can I put the tar file somewhere |
stirlingtoolsstirlingpdf | add basic api testing github action | Enhancement | add api that upload image pdf to various apis and check they return a valid file no exact content check just presence check full check for ocr by check text extacte image via count split pdf etc by count rest just check general presence of output |
stirlingtoolsstirlingpdf | feature request add qr and or other barcode stamp | Enhancement | would it be possible to integrate generate qr code and stamp document with they in selectable size too |
stirlingtoolsstirlingpdf | feature request possibility to change the order of the tool widget | Enhancement | at the moment the order of the widget can not be change it be only possible to remove widget from the start page via setting yml for a convenient access to the tool it would be nice if it would also possible to change the order of the widget |
stirlingtoolsstirlingpdf | feature request auto link table of content to refer page in pdf | Enhancement | I have a pdf with this just an example image I be consider a tool that would auto link the page number to the refer page in the document so when the user click the number it should go to the refer page |
stirlingtoolsstirlingpdf | wrong description for split pdf | Documentation | the page split pdf state the number you select be the page number you wish to do a split on as such selecting 1 3 7 8 would split a 10 page document into 6 separate pdfs with document 1 page 1 document 2 page 2 and 3 document 3 page 4 5 and 6 document 4 page 7 document 5 page 8 document 6 page 9 and 10 that s not correct you really get 5 document contain page 1 2 3 4 7 8 9 10 I think that a well description of the split mechanism be that the document be split after each give page number in the example case it be split after page 1 3 7 8 suitable test document |
stirlingtoolsstirlingpdf | feature request stamp pdf option that allow only the first page of the document to be stamp | Enhancement | for stamp pdf I suggest an option that allow only the first page of the document to be stamp |
stirlingtoolsstirlingpdf | feature request add cbz cbr format for conversion to and from pdf epub mobi | Enhancement | I would like to convert my cbz file to epub pdf and they to mobi so that they can be add to kindle for read currently cbz cbr format be not support |
stirlingtoolsstirlingpdf | compress pdf | Bug | I have a document that be 66 page I use microsoft lens to take picture of every page and make an pdf size for 47 mb and I find out this be to big for send as an email attatchment I try to use the auto mode in compress pdf with expect 24 mb size result be a pdf with only blank white page size 15 mb not sure if this be an issue or wrong use of this fantastic tool but want to help and I end up to use bluebeam |
stirlingtoolsstirlingpdf | can not move small signature | Enhancement | I try use the sign tool I draw a signature and add it to the page move it to the approximate location I make the signature small to fit in the proper form field now that it be small I go to more accurately move it into the field the interface only allow I to resize at this point it seem that once the signature drawing be small than a certain size I can not move it only resize it so then I d need to make it large again move it small again this can be difficult to get right I end up just use the view pdf tool and draw there instead but that s not ideal either the thickness can also get so thin there |
stirlingtoolsstirlingpdf | adapt application for openshift compatibility | Enhancement | issue description the goal be to adapt the application s containerization strategy to be fully compatible with openshift s security model this include handle arbitrary user ids set appropriate file and directory permission and ensure the application run successfully without rely on root user privilege goal modify the application s docker container to support run with an arbitrary user i d as assign by openshift ensure file and directory permission be compatible with openshift s security constraint update deployment configuration for seamless integration with openshift task update dockerfile set group ownership and file permission to allow access by the root group 0 use command like chgrp r 0 some directory chmod r g u some directory define a non root user e g user 1001 and set ownership accordingly ensure executable permission be correctly set for all necessary script and binary volume mount and port review and adjust volume mount configuration to align with openshift s permission model ensure no application component be attempt to bind to privileged port 1024 application compatibility implement workaround for application require specific user name such as add an etc passwd entry for the arbitrary user i d at container start deployment configuration modify kubernete deployment configuration avoid directive like runasuser which be not suitable for openshift ensure initcontainer and other kubernete specific configuration be compatible with openshift |
stirlingtoolsstirlingpdf | feature request unlock pdf s | Enhancement | hi I have a pdf file which do not have a password that I be unable to copy text from when I try to sanitize the pdf I get an error contain an encryption dictionary please remove it with setallsecuritytoberemoved or set a protection policy with protect the solution be to go to smallpdf online and just export the upload pdf document I didn t have to select anything just try an export and I could copy text from it the request be for stirling pdf to improve the sanitize option to unlock pdf and leave it in a natural state |
stirlingtoolsstirlingpdf | select file use drag drop can not be remove from merge pdf tool | Bug | to reproduce 1 go to merge pdfs 2 drag drop a file 3 remove the file use the red x button 4 drag drop a file with a different filename both file will be select include the file that be remove |
stirlingtoolsstirlingpdf | feature request split document on blank black divider page | Enhancement | I m not sure how possible it would be but our company currently use scan software that split document use a full black page as the divid page it would be good if stirling support this as an additional option to the qr divider page |
stirlingtoolsstirlingpdf | optimization suggestion about the webpage orc pdf | Enhancement | I download many traineddata file from the tesseract website and add they to stirle trainingdata dir it just simply list all detect language in alphabetical order with no collapse button and no language priority configuration qq 20240122144109 will you consider turn it into the next feature thank |
stirlingtoolsstirlingpdf | variable rotation be it possible | Enhancement | I have pdf scan that be skewed maybe 20 degree from vertical be it possible to manually rotate the page and recrop to the page size perhaps by use the mouse to draw a slanted line which would then be make true vertical or horizontal thank for this tool |
stirlingtoolsstirlingpdf | process status | Enhancement | when an operation be be perform there be no information regard the state of the work for example if I m merge 10 png s into a pdf it would be nice to have some kind of message such as 1 png be process or file 1 10 be be process currently only the button change to processing but no further info for long operation with hundred of page this will be very helpful |
stirlingtoolsstirlingpdf | rmd file support | Enhancement | would love to have r studio markdown format support not only markdown format we have rm file support just add rmd too |
stirlingtoolsstirlingpdf | nginx configuration problem | Question | why be it always 301 or 302 when I use my own domain name path to forward for example my domain name be www nihao com my nginx configuration be location stirlingpdf proxy pass I go to the result request url 160680e28a67679c7c440141 appid 5408663235935424 request method get status code 302 find referral source website policy strict origin when cross origin however I copy this address into a separate browser and it be accessible |
stirlingtoolsstirlingpdf | adaptation of the platform in responsive mode for smartphone | Enhancement | hello again ll first of all I would like to congratulate you for your dedication and great work give that the platform be perfectly operational from a smartphone and seem responsive in almost all tool I see a couple of detail that can perhaps be adapt for a well experience 1 be it feasible to give it the possibility to install application in web app mode let I explain there be other self host application that do not have a native app in market such as google play or app store but offer after enter the url of the web application the option to install application and create a virtual app with a shortcut icon on the smartphone which adapt to the entire screen and do not show the address bar of the internet browser chrome edge etc give the feeling of a native app instal I don t know if I m explain 2 this point could be relate to the first one I have see that in the first option of the platform view pdf open the web on a smartphone you can not see the button to open a pdf the box to start the file explorer and be able to choose a pdf from the smartphone do not appear would this be solve with the full responsive mode by be able to install the platform as a web app on android or ios if it have nothing to do with the first option I understand that you can reposition the button to open the pdf thank again for this amazing project that really already surpass the name of project and be on its way to productivity app of the year |
stirlingtoolsstirlingpdf | feature request pdf imposition creep correction | Enhancement | overview there s currently a lack of polished open source tool that handle the imposition of pdfs since stirling already have some n up capability I m hope it isn t too big an ask to investigate proper imposition and potentially creep correction for reference if useful imposition be the process of lay out the page of a booklet for printing such that they can be stack and fold to produce a small book with its page in proper order for basic booklet imposition this mean the first sheet of paper will have the front and back cover on one side and the inner cover on the opposite side subsequent sheet show increase page number on the left and decrease page number on the right until the very middle two page be next to each other on the final sheet an optional but recommend part of this process include creep correction when print a booklet if the goal be to simply fold and staple the stack of paper to produce a book the centermost page will stick out past the cover by a certain amount creep correction be useful in maintain consistent layout when trim those trail edge as it will gradually decrease the gutter inner margin size between page close to the middle of the booklet this way element that be position a certain amount of space from the outer edge of the page such as page number be consistent after the edge be cut other implementation imposition be most comprehensively implement with gui for ease of use in closed source desktop publish software like adobe s indesign and be also a key feature in acrobat s print utility dedicate proprietary software for this task include kodak prep and montax imposer there be however a number of open source command line tool to handle the task include the python package pdfimpose and the ruby base impose gui implementation exist via the gtk python pdfbooklet and jpdf tweak java a gui tool to handle this process mathematically consideration since stirling pdf seem to target ease of use and clean ux I think only implement basic booklet print with an optional field for creep correction would be useful an option to preserve the aspect ratio of the page may be important for instance most user will want to retain the shape of their input document but user that produce their file with the intention of use an imposition tool will probably have page size 8 5 x5 5 with the intend output be a stack of 8 5 x11 sheet in general thank for put together this phenomenal pdf multi tool |
stirlingtoolsstirlingpdf | feature request insert blank page option | Enhancement | an option to add one or multiple blank page at any location of a document will be appreciate |
stirlingtoolsstirlingpdf | add custom font | Enhancement | I have notice that some pdfs when convert from a docx do not have the right font would it be possible to add custom font somehow or install more default font in the dockerfile base like this run install font credit curl o ttf mscorefont installer 3 8 1 all deb apt get update qq debian frontend noninteractive apt get install y qq no install recommend ttf mscorefont installer 3 8 1 all deb culmus font beng font hosny amiri font lklug sinhala font lohit guru font lohit knda font samyak gujr font samyak mlym font samyak taml font sarai font sil abyssinica font sil padauk font telu font thai tlwg ttf wqy zenhei font arphic ukai font arphic uming font ipafont mincho font ipafont gothic font unfont core libreoffice recommend font crosextra caladea font crosextra carlito font dejavu font dejavu extra font liberation font liberation2 font linuxlibertine font noto cjk font noto core font noto mono font noto ui core font sil gentium font sil gentium basic rm f ttf mscorefont installer 3 8 1 all deb add color and black and white noto emoji font credit curl ls o usr local share font notocoloremoji ttf cleanup rm rf var lib apt list tmp var tmp |
stirlingtoolsstirlingpdf | feature request add ocr option for image pdfs in pdf to csv | Enhancement | attempt to convert a single page pdf with a table to csv this be a troublesome pdf file that definitely require ocr so I use it to test any pdf processing software I receive the following stack trace when attempt to use the pdf to csv tool on this document page view from within stirling pdf cleanshot 2024 01 10 at 08 56 34 actual pdf page for reference page7 pdf stack trace java lang arrayindexoutofboundsexception index 0 out of bound for length 0 at java base java util immutablecollection listn get immutablecollection java 680 at stirling software spdf controller api converter extractcontroller pdftocsv extractcontroller java 81 at java base jdk internal reflect nativemethodaccessorimpl invoke0 native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 77 at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java base java lang reflect method invoke method java 568 at org springframework web method support invocablehandlermethod doinvoke invocablehandlermethod java 262 at org springframework web method support invocablehandlermethod invokeforrequest invocablehandlermethod java 190 at org springframework web servlet mvc method annotation servletinvocablehandlermethod invokeandhandle servletinvocablehandlermethod java 118 at org springframework web servlet mvc method annotation requestmappinghandleradapter invokehandlermethod requestmappinghandleradapter java 917 at org springframework web servlet mvc method annotation requestmappinghandleradapter handleinternal requestmappinghandleradapter java 829 at org springframework web servlet mvc method abstracthandlermethodadapter handle abstracthandlermethodadapter java 87 at org springframework web servlet dispatcherservlet dodispatch dispatcherservlet java 1089 at org springframework web servlet dispatcherservlet doservice dispatcherservlet java 979 at org springframework web servlet frameworkservlet processrequest frameworkservlet java 1014 at org springframework web servlet frameworkservlet dopost frameworkservlet java 914 at jakarta servlet http httpservlet service httpservlet java 590 at org springframework web servlet frameworkservlet service frameworkservlet java 885 at jakarta servlet http httpservlet service httpservlet java 658 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 205 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at org apache tomcat websocket server wsfilter dofilter wsfilter java 51 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at stirling software spdf config security ipratelimitingfilter dofilter ipratelimitingfilter java 61 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 110 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at stirling software spdf config security userbasedratelimitingfilter dofilterinternal userbasedratelimitingfilter java 48 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 110 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at stirling software spdf config metricsfilter dofilterinternal metricsfilter java 62 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at org springframework web filter compositefilter virtualfilterchain dofilter compositefilter java 108 at org springframework security web filterchainproxy lambda dofilterinternal 3 filterchainproxy java 231 at org springframework security web observationfilterchaindecorator filterobservation simplefilterobservation lambda wrap 1 observationfilterchaindecorator java 479 at org springframework security web observationfilterchaindecorator aroundfilterobservation simplearoundfilterobservation lambda wrap 1 observationfilterchaindecorator java 340 at org springframework security web observationfilterchaindecorator lambda wrapsecure 0 observationfilterchaindecorator java 82 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 128 at org springframework security web access intercept authorizationfilter dofilter authorizationfilter java 100 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web access exceptiontranslationfilter dofilter exceptiontranslationfilter java 126 at org springframework security web access exceptiontranslationfilter dofilter exceptiontranslationfilter java 120 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web authentication anonymousauthenticationfilter dofilter anonymousauthenticationfilter java 100 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web authentication rememberme remembermeauthenticationfilter dofilter remembermeauthenticationfilter java 110 at org springframework security web authentication rememberme remembermeauthenticationfilter dofilter remembermeauthenticationfilter java 101 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web servletapi securitycontextholderawarerequestfilter dofilter securitycontextholderawarerequestfilter java 179 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web savedrequ requestcacheawarefilter dofilter requestcacheawarefilter java 63 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at stirling software spdf config security firstloginfilter dofilterinternal firstloginfilter java 51 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web authentication abstractauthenticationprocessingfilter dofilter abstractauthenticationprocessingfilter java 227 at org springframework security web authentication abstractauthenticationprocessingfilter dofilter abstractauthenticationprocessingfilter java 221 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at stirling software spdf config security ipratelimitingfilter dofilter ipratelimitingfilter java 61 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at stirling software spdf config security userauthenticationfilter dofilterinternal userauthenticationfilter java 90 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web authentication logout logoutfilter dofilter logoutfilter java 107 at org springframework security web authentication logout logoutfilter dofilter logoutfilter java 93 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework web filter corsfilter dofilterinternal corsfilter java 91 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web header headerwriterfilter doheadersafter headerwriterfilter java 90 at org springframework security web header headerwriterfilter dofilterinternal headerwriterfilter java 75 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web context securitycontextholderfilter dofilter securitycontextholderfilter java 82 at org springframework security web context securitycontextholderfilter dofilter securitycontextholderfilter java 69 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web context request async webasyncmanagerintegrationfilter dofilterinternal webasyncmanagerintegrationfilter java 62 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 227 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web session disableencodeurlfilter dofilterinternal disableencodeurlfilter java 42 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org springframework security web observationfilterchaindecorator observationfilter wrapfilter observationfilterchaindecorator java 240 at org springframework security web observationfilterchaindecorator aroundfilterobservation simplearoundfilterobservation lambda wrap 0 observationfilterchaindecorator java 323 at org springframework security web observationfilterchaindecorator observationfilter dofilter observationfilterchaindecorator java 224 at org springframework security web observationfilterchaindecorator virtualfilterchain dofilter observationfilterchaindecorator java 137 at org springframework security web filterchainproxy dofilterinternal filterchainproxy java 233 at org springframework security web filterchainproxy dofilter filterchainproxy java 191 at org springframework web filter compositefilter virtualfilterchain dofilter compositefilter java 113 at org springframework web servlet handler handlermappingintrospector lambda createcachefilter 3 handlermappingintrospector java 195 at org springframework web filter compositefilter virtualfilterchain dofilter compositefilter java 113 at org springframework web filter compositefilter dofilter compositefilter java 74 at org springframework security config annotation web configuration webmvcsecurityconfiguration compositefilterchainproxy dofilter webmvcsecurityconfiguration java 225 at org springframework web filter delegatingfilterproxy invokedelegate delegatingfilterproxy java 352 at org springframework web filter delegatingfilterproxy dofilter delegatingfilterproxy java 268 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at org springframework web filter requestcontextfilter dofilterinternal requestcontextfilter java 100 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at org springframework web filter formcontentfilter dofilterinternal formcontentfilter java 93 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at org springframework web filter serverhttpobservationfilter dofilterinternal serverhttpobservationfilter java 109 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at org springframework web filter characterencodingfilter dofilterinternal characterencodingfilter java 201 at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 116 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 174 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 149 at org apache catalina core standardwrappervalve invoke standardwrappervalve java 167 at org apache catalina core standardcontextvalve invoke standardcontextvalve java 90 at org apache catalina authenticator authenticatorbase invoke authenticatorbase java 482 at org apache catalina core standardhostvalve invoke standardhostvalve java 115 at org apache catalina valve errorreportvalve invoke errorreportvalve java 93 at org apache catalina core standardenginevalve invoke standardenginevalve java 74 at org apache catalina valve remoteipvalve invoke remoteipvalve java 735 at org apache catalina connector coyoteadapter service coyoteadapter java 340 at org apache coyote http11 http11processor service http11processor java 391 at org apache coyote abstractprocessorlight process abstractprocessorlight java 63 at org apache coyote abstractprotocol connectionhandler process abstractprotocol java 896 at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java 1744 at org apache tomcat util net socketprocessorbase run socketprocessorbase java 52 at org apache tomcat util thread threadpoolexecutor runworker threadpoolexecutor java 1191 at org apache tomcat util thread threadpoolexecutor worker run threadpoolexecutor java 659 at org apache tomcat util thread taskthread wrappingrunnable run taskthread java 61 at java base java lang thread run thread java 840 |
stirlingtoolsstirlingpdf | feature request automate pdf print from monitored folder | Enhancement | I don t know if a platform like the one you have develop could do something that I have be look for a long time in docker or selfhoste it would be to monitor a folder and be able to print on the default printer that be configure so that all the pdfs that arrive in that folder be print instantly there be really tedious workload when receive hundred of pdfs in multiple email in any case I appreciate the assessment of this improvement good regard |
stirlingtoolsstirlingpdf | feature request add heic apple image format support | Enhancement | it would be fantastic to have heic to pdf support in the app do you think there s a possibility of that happen |
stirlingtoolsstirlingpdf | port base reverse proxy base domain config | Bug | hey there we try to run stirling as docker behind a port base reverse proxy like the app itself run on with login enable this do not seem to work as call the app always redirect to the expect behaviour should be redirect to be there any way I miss to configure something like a system rooturi the only thing that be close but not just it be the system rooturipath env var appreciate any help thank and good regard jan |
stirlingtoolsstirlingpdf | feature request verify pdf certificate signature | Enhancement | the tool let you create signature with certificate but there be currently no way to verify they an elegant solution would be to include such a functionality within the reader |
stirlingtoolsstirlingpdf | feature request pdf inverse color black to white white to black etc function | Enhancement | I hope to add a pdf color conversion function can achieve the effect of black character on a white background into white character on a black background of course other color can also be convert to other color preferably customizable such as pdf expert software the follow be an example of conversion before conversion image after conversion image |
stirlingtoolsstirlingpdf | finalise pipeline for beta release | Enhancement | add translation save to account browser auto open setting on add and also use default |
stirlingtoolsstirlingpdf | 502 error while convert pdf to image | Question | 502 error image |
stirlingtoolsstirlingpdf | enhance user experience with advanced customisation option for stirling pdf interface | Enhancement | dear stirling pdf team firstly I d like to extend my heartfelt appreciation for the development of stirling pdf this tool have significantly streamline my workflow with its comprehensive suite of pdf manipulation feature as I ve integrate stirling pdf more deeply into my daily task I ve identify an opportunity to far enhance the tool s usability and user experience through advanced customisation option propose feature I propose the introduction of a feature that allow user to create and save custom workflow or preset within the stirling pdf interface this feature would enable user to save specific combination of pdf manipulation that they use frequently thereby significantly reduce the time and effort require for repetitive task use case scenario for instance if a user regularly combine the action of merge pdfs add watermark and then compress the file this sequence could be save as a custom workflow the next time the user need to perform this sequence of action they could simply select their save preset rather than manually apply each step benefit efficiency this feature would streamline workflow for user who regularly perform complex sequence of pdf manipulation save time and effort customisation it would add an extra layer of personalisation to the tool allow user to tailor it to their specific need user experience by reduce the number of repetitive task the overall user experience would be enhance make stirling pdf an even more indispensable tool in pdf management I believe this feature would be a substantial addition to stirling pdf and would be greatly appreciate by the community I look forward to your thought on this suggestion and be excited about the potential of far enhance this already fantastic tool good regard yihong1120 |
stirlingtoolsstirlingpdf | can not convert ofd file to pdf | Enhancement | can not convert ofd file to pdf |
stirlingtoolsstirlingpdf | feature request sync scroll or cursor sync during comparison | Enhancement | can we have sync up scroll when two file can be compare in two window be open side by side one window be the output generate text file from ocr and second be the original pdf window alternatively well can we have cursor or a marker in pdf keep move as we navigate inside text file on one side for change when both window be open side by side this could be of huge convenience as once the text file be generate from ocr we need to correct the output character where scan couldn t identify the correct character also if possible add support of indian language thank for your help |
stirlingtoolsstirlingpdf | image to pdf page size issue | Enhancement | since the watermark can be delete even if flatten I be convert the watermarke pdf to an image and then back to pdf the problem be that I can not control the page size the source document be 8 5x11 letter fill page stretch the source document into a4 maintain aspect ratio crop part of the page and add white bar at the top in order to fit the source document into a4 fit page to image maintain the aspect ratio of a letter page however the output be 35 42 inch by 45 82 inch I receive the same result if I drag the png file into foxit the png file be create use stirlingpdf to image use the default of 300 dpi for all three option it would be ideal to be able to specify the dimension of the pdf output the usual choice will be either letter or a4 however other size and even custom size might be desirable for some use case as a further feature request it would be nice to specify global default since in north america metric paper size although much well be very hard to find and be very rarely use I be run the alpha docker container with the follow digest sha256 5327c72ff21727812e3841ab3592fc999022d7c2307b00be4dc767234bed55b0 |
stirlingtoolsstirlingpdf | allow to run the container as non root | Enhancement | follow 157 I would like to know if it could be possible to allow use the user docker directive instead of only the environment variable current configuration require run the container as root and then trust that it will switch to the specify uid gid this present a security risk could it be possible to allow the container to run as a non root it be possible before version 0 13 to test it you can simply use the command docker run it user 2000 frooodle s pdf 0 15 1 |
stirlingtoolsstirlingpdf | feature request e mail eml msg to pdf | Enhancement | as title say easily convert email by simply drag and drop they from outlook or mail into sterling instantly generate pdfs perfect for mass converting email to pdf instead of manual print to pdf example |
stirlingtoolsstirlingpdf | feature request improve redaction feature | Enhancement | hi I just instal stirling pdf app version 0 15 1 via docker and play around with it feature a bit and I absolutely love it but when use the auto redact feature I have some idea how it could possibly be improve the auto redact feature currently work in a way that the enter word regex be replace with a solid box and the whole pdf be convert to an image as to prevent the selection of the text behind the box while this be a rock solid approve in term of security it might make work with redacted pdfs hard as you can t select copy any text anymore yes I m aware the ocr feature exist but not everyone use stirling or have access to such tool instead the follow alternative redaction solution come to my mind 1 remove the redacted text only place the solid box in its place keep space layout etc 2 replace redacted text with the word redact like in those redact official document show in tv without any box at all 3 combination of 1 and 2 replace the redacted text with the word redact and additionally place the box in its place sadly I don t know enough about the pdf file format to know if this be achievable or to estimate how work intensive this will be but nevertheless I want to share my idea thank |
stirlingtoolsstirlingpdf | signature draw not work on mobile device | Enhancement | it s not possible to draw a signature with finger or apple pencil on ipad and iphone it just nothing happen don t know if it s the same on android |
stirlingtoolsstirlingpdf | build from github repo | Question | hello build from docker hub work fine however I want to try to build from this github repo sadly it constantly cause follow issue and I be not able to find a work solution for it on the web fail to deploy a stack fail to solve lstat var lib docker tmp buildkit mount1513047715 build lib no such file or directory here the docker compose yml file I use yml version 3 0 service stirling pdf image frooodle s pdf late build github com frooodle stirling pdf git volume trainingdata usr share tesseract ocr 4 00 tessdata extraconfig config customfile customfile environment docker enable security false security enablelogin true security csrfdisable false system defaultlocale en us system googlevisibility false system customstaticfilepath customfile static ui appname pdf toolbox ui homedescription we make no outbound call for any record keeping or track all file and pdfs be either purely client side in server memory only during the execution of the task or within a temporay file only for execution of the task any file which have be download by the user will have already be delete from the server by that time ui appnamenavbar pdf toolbox nav endpoint toremove endpoint groupstoremove metric enable true network webproxy ipv4 address 172 26 0 13 network webproxy external true volume trainingdata extraconfig |
stirlingtoolsstirlingpdf | add support for single operation pdf image pdf | Enhancement | this be an operation that be useful when sign pdfs digitally with a signature as an image or not so they re more difficult to edit in these case you do not want the other party sign a different or tweaked document so for clarity the app would 1 accept a pdf as input 2 accept parameter to the pdf image conversion image type color dpi 3 when execute it will convert the pdf to image and back to a pdf 4 send this new pdf to the user as a download thank |
stirlingtoolsstirlingpdf | uncompress | Enhancement | be it possible to uncompress pdf similar to sh uncompress qpdf stream datum uncompress a pdf b pdf compress qpdf b pdf c pdf |
stirlingtoolsstirlingpdf | issue with pdf input field | Bug | hey if I modifie a pdf with text or input field the new object be place behind this field and be not visible image you can see here under signiture small black dot this be the signature under the textfield be this a software bug I can not share the pdf |
stirlingtoolsstirlingpdf | feature request pdf linking | Enhancement | pdf link be element within a document that direct user to a specific location within the same document or to an external resource it include a web page file attachment or even an email address you can create link use text image or other element within the pdf link let you jump to other location in the same document or other document include website attachment or an email address you can use link to initiate action to ensure that user have immediate access to related information you can also add action to play a sound or movie file or create form with submission event |
stirlingtoolsstirlingpdf | feature request convert to outline prepress workflow | Enhancement | for a production artist that get a lot of design file from client that be supposedly vector art ready to be print but when it come time to print if you open the file the font have not be convert to outline most of the time its difficult to explain this to a customer who isn t in the business or sometimes it take too long to try and get convert art |
stirlingtoolsstirlingpdf | support appimage snap for linux | Enhancement | hi so far I like it because the software be quite responsive but the installation process be quite scary for newbie I know appimage snap be quite common format for universal packaging be it possible to support appimage snap |
stirlingtoolsstirlingpdf | feature request anonymize pdf via ui redaction draw black rectangle etc | Enhancement | another cool feature would be to anonymize specific part of pdf file 1 upload the original pdf 2 select area to anonymize 3 anonymize file 4 download anonymize pdf |
stirlingtoolsstirlingpdf | convert your pdf file into scanned pdf let your document look like a scan out | Enhancement | I want this feature thank you |
stirlingtoolsstirlingpdf | feature request run custom script | Enhancement | hey great software so far I wonder if it be possible to run custom script e g user upload a pdf select a custom script e g from a special git repo with the custom script of any kind calculate statistic update pdf extract special content or the user write the script into a text box and then the server execute the request script script language selectable e g python maybe a predefine api can help write stirling pdf script |
stirlingtoolsstirlingpdf | feature request add text onto a pdf file at the specify coordinate | Enhancement | hi can you add feature add text multi line onto a pdf file at the specify coordinate support chinese be great thank |
stirlingtoolsstirlingpdf | tag lose after merge | Bug | after merge multiple pdfs the original tag be lose |
stirlingtoolsstirlingpdf | security issue merge sign document result in a new pdf witch be sign | Bug | hi we be use this project a lot in our city council thank we see a problem if we take two different pdf which be digitally sign and merge they the result be a new document with the two signature which be not correct it should be a new document without signature thank you |
stirlingtoolsstirlingpdf | convert pdf to word problem | Bug | hi if I convert a pdf that s write in hebrew the letter in the docx output file be backwards be that a know issue when use ilovepdf it convert it correctly please advise |
stirlingtoolsstirlingpdf | alter multiple pdf merge | Enhancement | I try to figure out to solve the follow wiht stirlingpdf two pdfs as a result of a single side scan of a double sided document two pdf consist now out of front page and back page in reverse order want to merge the two pdf by first page of pdf1 last page of pdf2 second page of pdf1 second last page of pdf2 this function be available in pdfsam alternierende mischen and I could not figure out how to do this this stirlingpdf any idea |
stirlingtoolsstirlingpdf | remove page maintain to much metadata of previous page etc | Bug | relate to 400 input file size 545 kb 11 page output file size 519 kb 2 page same issue whether do through the ui or via api it do not seem to matter which page be remove a second test which remove all page with image result in a two page file that be even large at 521 kb additionally the swagger ui do not work for this endpoint the pagestodelete value be incorrectly set to query so it be add to the request url as a query parameter this result in a 405 error say that get be not allow even though the curl request method be post |
stirlingtoolsstirlingpdf | bug pdf splitting file size | Bug | I split a test 11 page pdf file with a file size of 545 kb use the split page api endpoint with a pagenumber value of 1n the output be 11 pdf file in a zip file however the total size of the zip file be 5 399 kb and the uncompressed size of each pdf file be between 516 kb and 519 kb which be nearly the size of the entire original file I be use the late alpha docker container |
stirlingtoolsstirlingpdf | feature request multi page layout change orientation page size | Enhancement | hello when open multi page layout and set the page per sheet to 2 for example I have a timetable with 2 day and 2 page every page have a day and every page size be a4 now I want to get they together in one page as a4 split to a5 a5 but it split the a4 page in portrait mode and that s a mistake so this option should also have an orientation option and the output size also the output size should be add to many option like pdf to single page I ve test it and it add the 2 page into 1 page as portrait so you should consider add more control option of the output like control the margin and I really wanna thank you alot for the project it help alot |
stirlingtoolsstirlingpdf | feature request dwg cad to pdf | Enhancement | it would be great to have the ability to convert technical drawing to pdf |
stirlingtoolsstirlingpdf | merge with table of content as first page | Enhancement | hello I just try your nice project to check if I can get rid of my dirty python script but I be miss a simple feature perhaps it could be interesting for you and other user when you merge multiple file add an option to have a toc as first page with file name as entry and the page number of the correspond pdf thank you again for your wonderful project tibus |
stirlingtoolsstirlingpdf | feature request multipage layout | Enhancement | an option to add border around each page would be helpful an option to set the output size would be great for example legal 11x17 or 13x19 would make the output more useable especially at the high page per sheet value an option to enable or disable debug error message also once this error be dismiss click on submit without add a file cause the page to become unusable as the button permanently change to processing until the page be reload |
stirlingtoolsstirlingpdf | watermark can be delete add option to convert to image afterwards | Enhancement | the result watermark can be delete in foxit pdf editor by select and delete each object run the watermarke pdf through the flatten process do not prevent deletion |
stirlingtoolsstirlingpdf | hope to add custom proxy address | Question | this file download too slow in china so hope to add custom proxy address |
stirlingtoolsstirlingpdf | feature request text color selection watermark | Enhancement | for add text watermark on some document the color doesn t stand out and I would have prefer to choose black text for example it would be interesting to be able to choose the text color for well visibility I d like to thank the developer for this great tool which I use every day |
stirlingtoolsstirlingpdf | angle threshold in extract image scan not work | Bug | the angle threshold in the extract image scan appear to not be work in my test I try the same pdf with different threshold and it be rotate for ever set before the update it be work background I m try to digitize my old photo and want to disable the rotation function so I previously set the threshold to 180 which work perfectly |
stirlingtoolsstirlingpdf | metadata be lose when split a pdf | Bug | when split page metadata be lose app version 0 13 1 |
stirlingtoolsstirlingpdf | internal server error no glyph for xxx font notosans regular | Enhancement | be I allow to add thai text on the watermark it doesn t work when I try to replace the notothai font file in container |
stirlingtoolsstirlingpdf | feature request add support for custom template file | Enhancement | hi just update the image on my k8s cluster and see all the effort the app be really good now it be cleary awesome I be on 0 3 3 I think I try the custom static file customization and it work but be there a way to customize the template like a want to add a link to the footer for exemple on gitea I can add custom template file to override page of the app I think to would be cool to be able to do the same with strile pdf thank |
stirlingtoolsstirlingpdf | add image transparency be not take into account | Bug | when add a png with transparency the transparency be not take into account and the image be overlay the text |
stirlingtoolsstirlingpdf | feature request upload pdf via url | Enhancement | hi this be a very simple feature request for anywhere that you can upload pdf from local computer would be beneficial to be able to also just provide a direct url to a pdf available online |
stirlingtoolsstirlingpdf | enhance auto rename to have other rename fucntionality like pdfgrep | Enhancement | use name of line that contain x use name of text that be between x and y use name of x line number use name of text before after x for say name anthony s could be text after name |
stirlingtoolsstirlingpdf | feature request set crop margin by value | Enhancement | it d be great if it be possible to set crop margin by value separately top bottom right leave in select unit not only by hand |
stirlingtoolsstirlingpdf | request add form entry to pdf | Enhancement | be able to place move and resize form element around pdf page and save the resultant pdf and its form as example for pdf lib form add should support createcheckbox createdropdown createoptionlist createradiogroup createtextfield I expect this to look somewhat like the sign pdf with a add entry type button draggable and resizable entry which then result in a output from pdf lib |
stirlingtoolsstirlingpdf | error flatten merged pdfs | Bug | I have some pdf with some form field in they when I flatten they use stirling pdf it work fine but if I merge they first and then flatten the merged file be not flatten be this a bug or expect beharior the correct procedure be to flatten first and then merge or stirling pdf be suppose to flatten the pdf regardless of be merge first |
stirlingtoolsstirlingpdf | feature request improve performance of compare feature | Enhancement | hey I be try to compare 2 100 mb pdf s and when I do so stirling pdf become unresponsive and my browser take up a huge amount of my pc s memory this be especially weird as I have it instal in a docker container on my server and it should take up all my memory imo but nontheless the memory issue my browser become completly unresponsive and notice I that stirling pdf tab be the reason for that |
stirlingtoolsstirlingpdf | non docker pdf para word | Bug | a ferramenta pdf para word converte apenas o formato n o digitaliza e permite edi o outra quest o que o documento fica todo em uma nica pagina um sob o outro por exemplo um pdf com 10 pagina que n o s o imagen apena texto ao ser convertido para o formato docx ou doc convertido corretamente por m ao abrir o documento do world todo o conte do foi convertido em caractere irreconhec veis e empilhado um sob os outros numa nica pagina no word o que tamb m faz o programa travar na abertura quando o documento possui v rias paginas pdf original pdf convertido para word possivel o reconhecimento do texto ante da conver o para word obrigado mais uma vez |
stirlingtoolsstirlingpdf | the preview of the pdf convert from excel be strange | Bug | when I load the pdf convert from excel use the excel application or this application with add image or sign and display the preview it seem that the top and bottom and leave and right be reverse and in dark mode all white area be black no problem with multi tool download download 2 |
stirlingtoolsstirlingpdf | feature request signature route | Enhancement | hi developer when I have a document which have to be sign by more than one person it would be great to have an signing routing something like adobe acrobat pro be offer here maybe then it would be helpful to keep the document temporally in stirling pdf and every user can sign the document via stirling on web browser when the document be ok for they |
stirlingtoolsstirlingpdf | non docker melhoria assinar pdf com token usb | Enhancement | bom dia a assinatura digital em pdf poderia disponibilizar a op o de assinatura via token usb pois na empresa onde trabalho quase todo possuem um certificado digital no formato de token usb modelo a3 icp brasil os navegadores carregam o arquivo c window system32 aetpkss1 dll pkcs 11 para abrir o certificado ao conecta lo a porta usb o formato de token usb pendrive flash o mais utilizado a emissora do formato mais comum deste tipo de certificado a certsign raramente alguem tera os formato pem ou pkcs 12 der x 509 seria uma melhoria fantastica |
stirlingtoolsstirlingpdf | feature request type into fillable pdf | Enhancement | great work on this would it be possible to implement a way to type into the fillable text box and select check box I occasionally need to fill out pdfs so I use acrobat for this I know that you can use the sign functionality to add text but it would be much fast and clean to just select the text box and type it in I do like the way acrobat have fill sign together so you can type in the text box and then add signature etc also be able to save a draft which can be later resume would be amazing |
stirlingtoolsstirlingpdf | feature request add support for native image | Enhancement | I would love to have native image that be around 30 50 fast than plain old java application and take up less compute power and memory |
stirlingtoolsstirlingpdf | feature request edit pdf document add text or color box like office app | Enhancement | text box image color box image |
stirlingtoolsstirlingpdf | feature request default pdf metadata for generate pdfs | Enhancement | would it be possible to add a new setting or environmental variable to set the pdf metadata for all pdfs generate by s pdf I e author subject title etc you could also set s pdf as the default creator producer |
stirlingtoolsstirlingpdf | feature request adjust page scale add landscape page size | Enhancement | currently there be only portrait page size for this feature which cause issue when try to resize landscape pdfs be there any chance landscape page size can be add |
stirlingtoolsstirlingpdf | feature request possible to mailmerge | Enhancement | I just get this spin up and explore around but be curious be it possible or do would it ever be possible to do any type of mail merge by take a csv with datum and mapping the column to field in the pdf to then spit out multiple pdfs similar to this just curious either way amazing application can t wait to dig in more |
stirlingtoolsstirlingpdf | feature request pdf multitool extract page | Enhancement | enable page extraction on the multitool |
stirlingtoolsstirlingpdf | wrong image rotation on some file with add image and sign tool | Bug | in some pdf file when I put an image with the add image or the sign tool I obtain a pdf with the desire image but in a different position with wrong dimension and wrong rotation always 90 ccw I can resolve this issue by open the original file with libreoffice draw and export it in pdf without modification use the pdf repair tool on the original file there s clearly something wrong with the original file but I don t have enough datum atm I can safely say that this have nothing to do with pdf version some file be 1 3 other be 1 7 I can also exclude the image file format the problem arise with jpeg png even if I understand that the problem be in the somewhat break input file I think that there s the possibility that solve this issue can lead to a more robust processing I can provide some example file to any contributor ask for it but not publicly dm if interested thank |
stirlingtoolsstirlingpdf | feature request well log for when file download htm download when server return 413 request entity too large | Enhancement | first awesome project I ve be hope for a self host replacement of smallpdf this might be it now I use the docker container for this and try to compress a pdf however click on compress only result in a very light download htm file be download here be its content html 413 request entity too large 413 request entity too large nginx 1 14 2 I do not know if this issue also happen if nginx return any other non 200 return code but at least for this one it could be nice to have some message print on the page a toast or a pop up thank |
stirlingtoolsstirlingpdf | feature request flatpak compatible version | Enhancement | at least big package like libreoffice be often use from flathub as these be more stable up to date and work on every distro instal the native version of the whole libreoffice suite be extreme bloat libreoffice take long to compile than the linux kernel all you need to do be replace the libreoffice command with usr bin flatpak run branch stable arch x86 64 command libreoffice I can imagine this could be do automatically you would then have two docker variant or even two native variant one for the flatpak libreoffice the rest of the package be rather small and or not available as flatpak because otherwise run it locally would make no sense at all on system like fedora silverblue kinoite opensuse microo etc you could run they in a distrobox toolbox I guess will try and report but duplicate libreoffice be insane |
stirlingtoolsstirlingpdf | feature request save signature image for future use | Enhancement | it would be handy to be able to save image of signature so you don t have to reuploade they each time you be sign something thank |
stirlingtoolsstirlingpdf | feature request add progressbar in cleanup scan ocr optical character recognition | Enhancement | please consider add a progress bar for the cleanup scan ocr it would provide user with a visual representation of the progress and improve the overall user experience a progress bar help user track the action completion and manage expectation additionally it enhance communication and prioritization when multiple action be run simultaneously thank you for consider this feature request it would greatly benefit the application and its user |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.